Shades of Gamboge #D08F0D
Tints of Gamboge #D08F0D
RGB
CMYK
RGB Variations
Color information
#D08F0D (or 0xD08F0D) is known color: Gamboge. HEX triplet: D0, 8F and 0D. RGB value is (208,143,13). Sum of RGB (Red+Green+Blue) = 208+143+13=364 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.14% from 364); Green value is 143 (56.25% from 255 or 39.29% from 364); Blue value is 13 (5.47% from 255 or 3.57% from 364); Max value from RGB is 208 - color contains mainly: red. Hex color #D08F0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08F0D is #2F70F2. Grayscale: #949494. Windows color (decimal): -3109107 or 888784. OLE color: 888784.
HSL color Cylindrical-coordinate representation of color #D08F0D: hue angle of 40º degrees, saturation: 0.88, 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 #D08F0D is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 143 | 13 | - |
| CMYK | 0 | 0.31 | 0.94 | 0.18 |
| HSL | 40º | 0.88% | 0.43% | - |
| HSV(B) | 40º | 0.94% | 0.82% | - |
| XYZ | 35.91 | 33.08 | 4.87 | - |
| YUV | 147.62 | 52.03 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 143 | 13 | 0 | 0.31 | 0.94 | 0.18 | 40 | 0.88 | 0.43 |
| Hex | D0 | 8F | D | 0 | 1F | 5E | 12 | 28 | 58 | 2B |
| Octal | 320 | 217 | 15 | 0 | 37 | 136 | 22 | 50 | 130 | 53 |
| Binary | 11010000 | 10001111 | 1101 | 0 | 11111 | 1011110 | 10010 | 101000 | 1011000 | 101011 |
Color Harmonies of #D08F0D
Complementary color
Monochromatic Colors of #D08F0D
Black with #D08F0D
Text Example
Text Example
White with #D08F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08F0D; }
p { color: rgb(208,143,13); }
H1.HeaderClassName
{
color: #D08F0D;
}
.AnyTagClassName
{
color: #D08F0D;
}
</style>
background-color css
<style>
a { background-color: #D08F0D; }
a { background-color: rgb(208,143,13); }
div.DivClassName
{
background-color: #D08F0D;
}
.BgClassName
{
background-color: #D08F0D;
}
</style>
border-color css
<style>
span { border-color: #D08F0D; }
span { border-color: rgb(208,143,13); }
td.TdClassName
{
border-color: #D08F0D;
}
.TagClassName
{
border-color: #D08F0D;
}
</style>