Shades of Gamboge #D08C10
Tints of Gamboge #D08C10
RGB
CMYK
RGB Variations
Color information
#D08C10 (or 0xD08C10) is known color: Gamboge. HEX triplet: D0, 8C and 10. RGB value is (208,140,16). Sum of RGB (Red+Green+Blue) = 208+140+16=364 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.14% from 364); Green value is 140 (55.08% from 255 or 38.46% from 364); Blue value is 16 (6.64% from 255 or 4.40% from 364); Max value from RGB is 208 - color contains mainly: red. Hex color #D08C10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08C10 is #2F73EF. Grayscale: #929292. Windows color (decimal): -3109872 or 1084624. OLE color: 1084624.
HSL color Cylindrical-coordinate representation of color #D08C10: hue angle of 38.75º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D08C10 is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 140 | 16 | - |
| CMYK | 0 | 0.33 | 0.92 | 0.18 |
| HSL | 38.75º | 0.86% | 0.44% | - |
| HSV(B) | 38.75º | 0.92% | 0.82% | - |
| XYZ | 35.48 | 32.2 | 4.84 | - |
| YUV | 146.2 | 54.53 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 140 | 16 | 0 | 0.33 | 0.92 | 0.18 | 38.75 | 0.86 | 0.44 |
| Hex | D0 | 8C | 10 | 0 | 21 | 5C | 12 | 27 | 56 | 2C |
| Octal | 320 | 214 | 20 | 0 | 41 | 134 | 22 | 47 | 126 | 54 |
| Binary | 11010000 | 10001100 | 10000 | 0 | 100001 | 1011100 | 10010 | 100111 | 1010110 | 101100 |
Color Harmonies of #D08C10
Complementary color
Monochromatic Colors of #D08C10
Black with #D08C10
Text Example
Text Example
White with #D08C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08C10; }
p { color: rgb(208,140,16); }
H1.HeaderClassName
{
color: #D08C10;
}
.AnyTagClassName
{
color: #D08C10;
}
</style>
background-color css
<style>
a { background-color: #D08C10; }
a { background-color: rgb(208,140,16); }
div.DivClassName
{
background-color: #D08C10;
}
.BgClassName
{
background-color: #D08C10;
}
</style>
border-color css
<style>
span { border-color: #D08C10; }
span { border-color: rgb(208,140,16); }
td.TdClassName
{
border-color: #D08C10;
}
.TagClassName
{
border-color: #D08C10;
}
</style>