Shades of Gamboge #D09210
Tints of Gamboge #D09210
RGB
CMYK
RGB Variations
Color information
#D09210 (or 0xD09210) is known color: Gamboge. HEX triplet: D0, 92 and 10. RGB value is (208,146,16). Sum of RGB (Red+Green+Blue) = 208+146+16=370 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.22% from 370); Green value is 146 (57.42% from 255 or 39.46% from 370); Blue value is 16 (6.64% from 255 or 4.32% from 370); Max value from RGB is 208 - color contains mainly: red. Hex color #D09210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09210 is #2F6DEF. Grayscale: #969696. Windows color (decimal): -3108336 or 1086160. OLE color: 1086160.
HSL color Cylindrical-coordinate representation of color #D09210: hue angle of 40.62º 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 #D09210 is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 146 | 16 | - |
| CMYK | 0 | 0.30 | 0.92 | 0.18 |
| HSL | 40.63º | 0.86% | 0.44% | - |
| HSV(B) | 40.63º | 0.92% | 0.82% | - |
| XYZ | 36.38 | 34.01 | 5.14 | - |
| YUV | 149.72 | 52.54 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 146 | 16 | 0 | 0.30 | 0.92 | 0.18 | 40.63 | 0.86 | 0.44 |
| Hex | D0 | 92 | 10 | 0 | 1E | 5C | 12 | 29 | 56 | 2C |
| Octal | 320 | 222 | 20 | 0 | 36 | 134 | 22 | 51 | 126 | 54 |
| Binary | 11010000 | 10010010 | 10000 | 0 | 11110 | 1011100 | 10010 | 101001 | 1010110 | 101100 |
Color Harmonies of #D09210
Complementary color
Monochromatic Colors of #D09210
Black with #D09210
Text Example
Text Example
White with #D09210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09210; }
p { color: rgb(208,146,16); }
H1.HeaderClassName
{
color: #D09210;
}
.AnyTagClassName
{
color: #D09210;
}
</style>
background-color css
<style>
a { background-color: #D09210; }
a { background-color: rgb(208,146,16); }
div.DivClassName
{
background-color: #D09210;
}
.BgClassName
{
background-color: #D09210;
}
</style>
border-color css
<style>
span { border-color: #D09210; }
span { border-color: rgb(208,146,16); }
td.TdClassName
{
border-color: #D09210;
}
.TagClassName
{
border-color: #D09210;
}
</style>