#D19A0C

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

Shades of Gamboge #D19A0C

Tints of Gamboge #D19A0C

Color information

#D19A0C (or 0xD19A0C) is unknown color: approx Gamboge. HEX triplet: D1, 9A and 0C. RGB value is (209,154,12). Sum of RGB (Red+Green+Blue) = 209+154+12=375 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.73% from 375); Green value is 154 (60.55% from 255 or 41.07% from 375); Blue value is 12 (5.08% from 255 or 3.2% from 375); Max value from RGB is 209 - color contains mainly: red. Hex color #D19A0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19A0C is #2E65F3. Grayscale: #9A9A9A. Windows color (decimal): -3040756 or 826065. OLE color: 826065.

HSL color Cylindrical-coordinate representation of color #D19A0C: hue angle of 43.25º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D19A0C is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB20915412-
CMYK00.260.940.18
HSL43.25º89.14%43.33%-
HSV(B)43.25º94.26%81.96%-
XYZ37.9236.695.43-
YUV154.2647.72167.05-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 55.73%
GREEN value IS 154 (60.55% from 255) = 41.07%
BLUE value IS 12 (5.08% from 255) = 3.2%
R=55.73%
G=41.07%
B=3.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.94
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091541200.260.940.1843.2589.1443.33
HexD19AC01A5E122b592b
Octal32123214032136225313153
Binary110100011001101011000110101011110100101010111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19A0C; }

 p { color: rgb(209,154,12); }

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

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

 a { background-color: rgb(209,154,12); }

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

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

 span { border-color: rgb(209,154,12); }

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