Shades of Gamboge #D19808
Tints of Gamboge #D19808
RGB
CMYK
RGB Variations
Color information
#D19808 (or 0xD19808) is known color: Gamboge. HEX triplet: D1, 98 and 08. RGB value is (209,152,8). Sum of RGB (Red+Green+Blue) = 209+152+8=369 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.64% from 369); Green value is 152 (59.77% from 255 or 41.19% from 369); Blue value is 8 (3.52% from 255 or 2.17% from 369); Max value from RGB is 209 - color contains mainly: red. Hex color #D19808 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D19808 is #2E67F7. Grayscale: #999999. Windows color (decimal): -3041272 or 563409. OLE color: 563409.
HSL color Cylindrical-coordinate representation of color #D19808: hue angle of 42.99º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D19808 is Cyan = 0, Magento = 0.27, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 152 | 8 | - |
| CMYK | 0 | 0.27 | 0.96 | 0.18 |
| HSL | 42.99º | 0.93% | 0.43% | - |
| HSV(B) | 42.99º | 0.96% | 0.82% | - |
| XYZ | 37.57 | 36.03 | 5.2 | - |
| YUV | 152.63 | 46.38 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 152 | 8 | 0 | 0.27 | 0.96 | 0.18 | 42.99 | 0.93 | 0.43 |
| Hex | D1 | 98 | 8 | 0 | 1B | 60 | 12 | 2B | 5D | 2B |
| Octal | 321 | 230 | 10 | 0 | 33 | 140 | 22 | 53 | 135 | 53 |
| Binary | 11010001 | 10011000 | 1000 | 0 | 11011 | 1100000 | 10010 | 101011 | 1011101 | 101011 |
Color Harmonies of #D19808
Complementary color
Monochromatic Colors of #D19808
Black with #D19808
Text Example
Text Example
White with #D19808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19808; }
p { color: rgb(209,152,8); }
H1.HeaderClassName
{
color: #D19808;
}
.AnyTagClassName
{
color: #D19808;
}
</style>
background-color css
<style>
a { background-color: #D19808; }
a { background-color: rgb(209,152,8); }
div.DivClassName
{
background-color: #D19808;
}
.BgClassName
{
background-color: #D19808;
}
</style>
border-color css
<style>
span { border-color: #D19808; }
span { border-color: rgb(209,152,8); }
td.TdClassName
{
border-color: #D19808;
}
.TagClassName
{
border-color: #D19808;
}
</style>