Shades of Gamboge #D19E02
Tints of Gamboge #D19E02
RGB
CMYK
RGB Variations
Color information
#D19E02 (or 0xD19E02) is known color: Gamboge. HEX triplet: D1, 9E and 02. RGB value is (209,158,2). Sum of RGB (Red+Green+Blue) = 209+158+2=369 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.64% from 369); Green value is 158 (62.11% from 255 or 42.82% from 369); Blue value is 2 (1.17% from 255 or 0.54% from 369); Max value from RGB is 209 - color contains mainly: red. Hex color #D19E02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19E02 is #2E61FD. Grayscale: #9C9C9C. Windows color (decimal): -3039742 or 171729. OLE color: 171729.
HSL color Cylindrical-coordinate representation of color #D19E02: hue angle of 45.22º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D19E02 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 158 | 2 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.18 |
| HSL | 45.22º | 0.98% | 0.41% | - |
| HSV(B) | 45.22º | 0.99% | 0.82% | - |
| XYZ | 38.53 | 38.01 | 5.36 | - |
| YUV | 155.47 | 41.4 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 158 | 2 | 0 | 0.24 | 0.99 | 0.18 | 45.22 | 0.98 | 0.41 |
| Hex | D1 | 9E | 2 | 0 | 18 | 63 | 12 | 2D | 62 | 29 |
| Octal | 321 | 236 | 2 | 0 | 30 | 143 | 22 | 55 | 142 | 51 |
| Binary | 11010001 | 10011110 | 10 | 0 | 11000 | 1100011 | 10010 | 101101 | 1100010 | 101001 |
Color Harmonies of #D19E02
Complementary color
Monochromatic Colors of #D19E02
Black with #D19E02
Text Example
Text Example
White with #D19E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19E02; }
p { color: rgb(209,158,2); }
H1.HeaderClassName
{
color: #D19E02;
}
.AnyTagClassName
{
color: #D19E02;
}
</style>
background-color css
<style>
a { background-color: #D19E02; }
a { background-color: rgb(209,158,2); }
div.DivClassName
{
background-color: #D19E02;
}
.BgClassName
{
background-color: #D19E02;
}
</style>
border-color css
<style>
span { border-color: #D19E02; }
span { border-color: rgb(209,158,2); }
td.TdClassName
{
border-color: #D19E02;
}
.TagClassName
{
border-color: #D19E02;
}
</style>