Shades of Gamboge #D08F09
Tints of Gamboge #D08F09
RGB
CMYK
RGB Variations
Color information
#D08F09 (or 0xD08F09) is known color: Gamboge. HEX triplet: D0, 8F and 09. RGB value is (208,143,9). Sum of RGB (Red+Green+Blue) = 208+143+9=360 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.78% from 360); Green value is 143 (56.25% from 255 or 39.72% from 360); Blue value is 9 (3.91% from 255 or 2.5% from 360); Max value from RGB is 208 - color contains mainly: red. Hex color #D08F09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08F09 is #2F70F6. Grayscale: #939393. Windows color (decimal): -3109111 or 626640. OLE color: 626640.
HSL color Cylindrical-coordinate representation of color #D08F09: hue angle of 40.4º degrees, saturation: 0.92, 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 #D08F09 is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 143 | 9 | - |
| CMYK | 0 | 0.31 | 0.96 | 0.18 |
| HSL | 40.4º | 0.92% | 0.43% | - |
| HSV(B) | 40.4º | 0.96% | 0.82% | - |
| XYZ | 35.88 | 33.07 | 4.75 | - |
| YUV | 147.16 | 50.03 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 143 | 9 | 0 | 0.31 | 0.96 | 0.18 | 40.4 | 0.92 | 0.43 |
| Hex | D0 | 8F | 9 | 0 | 1F | 60 | 12 | 28 | 5C | 2B |
| Octal | 320 | 217 | 11 | 0 | 37 | 140 | 22 | 50 | 134 | 53 |
| Binary | 11010000 | 10001111 | 1001 | 0 | 11111 | 1100000 | 10010 | 101000 | 1011100 | 101011 |
Color Harmonies of #D08F09
Complementary color
Monochromatic Colors of #D08F09
Black with #D08F09
Text Example
Text Example
White with #D08F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08F09; }
p { color: rgb(208,143,9); }
H1.HeaderClassName
{
color: #D08F09;
}
.AnyTagClassName
{
color: #D08F09;
}
</style>
background-color css
<style>
a { background-color: #D08F09; }
a { background-color: rgb(208,143,9); }
div.DivClassName
{
background-color: #D08F09;
}
.BgClassName
{
background-color: #D08F09;
}
</style>
border-color css
<style>
span { border-color: #D08F09; }
span { border-color: rgb(208,143,9); }
td.TdClassName
{
border-color: #D08F09;
}
.TagClassName
{
border-color: #D08F09;
}
</style>