#D19E10

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

Shades of Gamboge #D19E10

Tints of Gamboge #D19E10

Color information

#D19E10 (or 0xD19E10) is unknown color: approx Gamboge. HEX triplet: D1, 9E and 10. RGB value is (209,158,16). Sum of RGB (Red+Green+Blue) = 209+158+16=383 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.57% from 383); Green value is 158 (62.11% from 255 or 41.25% from 383); Blue value is 16 (6.64% from 255 or 4.18% from 383); Max value from RGB is 209 - color contains mainly: red. Hex color #D19E10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19E10 is #2E61EF. Grayscale: #9D9D9D. Windows color (decimal): -3039728 or 1089233. OLE color: 1089233.

HSL color Cylindrical-coordinate representation of color #D19E10: hue angle of 44.15º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D19E10 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB20915816-
CMYK00.240.920.18
HSL44.15º85.78%44.12%-
HSV(B)44.15º92.34%81.96%-
XYZ38.6138.055.8-
YUV157.0648.4165.05-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 54.57%
GREEN value IS 158 (62.11% from 255) = 41.25%
BLUE value IS 16 (6.64% from 255) = 4.18%
R=54.57%
G=41.25%
B=4.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.92
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091581600.240.920.1844.1585.7844.12
HexD19E100185C122c562c
Octal32123620030134225412654
Binary1101000110011110100000110001011100100101011001010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19E10; }

 p { color: rgb(209,158,16); }

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

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

 a { background-color: rgb(209,158,16); }

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

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

 span { border-color: rgb(209,158,16); }

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