#D98D0F

Color #D98D0F Gamboge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gamboge #D98D0F

Tints of Gamboge #D98D0F

Color information

#D98D0F (or 0xD98D0F) is unknown color: approx Gamboge. HEX triplet: D9, 8D and 0F. RGB value is (217,141,15). Sum of RGB (Red+Green+Blue) = 217+141+15=373 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.18% from 373); Green value is 141 (55.47% from 255 or 37.80% from 373); Blue value is 15 (6.25% from 255 or 4.02% from 373); Max value from RGB is 217 - color contains mainly: red. Hex color #D98D0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98D0F is #2672F0. Grayscale: #959595. Windows color (decimal): -2519793 or 1019353. OLE color: 1019353.

HSL color Cylindrical-coordinate representation of color #D98D0F: hue angle of 37.43º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D98D0F is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB21714115-
CMYK00.350.930.15
HSL37.43º87.07%45.49%-
HSV(B)37.43º93.09%85.1%-
XYZ38.2333.844.97-
YUV149.3652.18176.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 58.18%
GREEN value IS 141 (55.47% from 255) = 37.80%
BLUE value IS 15 (6.25% from 255) = 4.02%
R=58.18%
G=37.80%
B=4.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.93
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171411500.350.930.1537.4387.0745.49
HexD98DF0235DF25572d
Octal33121517043135174512755
Binary110110011000110111110100011101110111111001011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98D0F; }

 p { color: rgb(217,141,15); }

 H1.HeaderClassName
 {
   color: #D98D0F;
 }
 .AnyTagClassName
 {
   color: #D98D0F;
 }
</style>
background-color css

<style>
 a { background-color: #D98D0F; }

 a { background-color: rgb(217,141,15); }

 div.DivClassName
 {
   background-color: #D98D0F;
 }
 .BgClassName
 {
   background-color: #D98D0F;
 }
</style>
border-color css

<style>
 span { border-color: #D98D0F; }

 span { border-color: rgb(217,141,15); }

 td.TdClassName
 {
   border-color: #D98D0F;
 }
 .TagClassName
 {
   border-color: #D98D0F;
 }
</style>