Shades of Gamboge #D09408
Tints of Gamboge #D09408
RGB
CMYK
RGB Variations
Color information
#D09408 (or 0xD09408) is known color: Gamboge. HEX triplet: D0, 94 and 08. RGB value is (208,148,8). Sum of RGB (Red+Green+Blue) = 208+148+8=364 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.14% from 364); Green value is 148 (58.20% from 255 or 40.66% from 364); Blue value is 8 (3.52% from 255 or 2.20% from 364); Max value from RGB is 208 - color contains mainly: red. Hex color #D09408 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09408 is #2F6BF7. Grayscale: #969696. Windows color (decimal): -3107832 or 562384. OLE color: 562384.
HSL color Cylindrical-coordinate representation of color #D09408: hue angle of 42º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D09408 is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 148 | 8 | - |
| CMYK | 0 | 0.29 | 0.96 | 0.18 |
| HSL | 42º | 0.93% | 0.42% | - |
| HSV(B) | 42º | 0.96% | 0.82% | - |
| XYZ | 36.65 | 34.61 | 4.98 | - |
| YUV | 149.98 | 47.88 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 148 | 8 | 0 | 0.29 | 0.96 | 0.18 | 42 | 0.93 | 0.42 |
| Hex | D0 | 94 | 8 | 0 | 1D | 60 | 12 | 2A | 5D | 2A |
| Octal | 320 | 224 | 10 | 0 | 35 | 140 | 22 | 52 | 135 | 52 |
| Binary | 11010000 | 10010100 | 1000 | 0 | 11101 | 1100000 | 10010 | 101010 | 1011101 | 101010 |
Color Harmonies of #D09408
Complementary color
Monochromatic Colors of #D09408
Black with #D09408
Text Example
Text Example
White with #D09408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09408; }
p { color: rgb(208,148,8); }
H1.HeaderClassName
{
color: #D09408;
}
.AnyTagClassName
{
color: #D09408;
}
</style>
background-color css
<style>
a { background-color: #D09408; }
a { background-color: rgb(208,148,8); }
div.DivClassName
{
background-color: #D09408;
}
.BgClassName
{
background-color: #D09408;
}
</style>
border-color css
<style>
span { border-color: #D09408; }
span { border-color: rgb(208,148,8); }
td.TdClassName
{
border-color: #D09408;
}
.TagClassName
{
border-color: #D09408;
}
</style>