Shades of Gamboge #D69210
Tints of Gamboge #D69210
RGB
CMYK
RGB Variations
Color information
#D69210 (or 0xD69210) is known color: Gamboge. HEX triplet: D6, 92 and 10. RGB value is (214,146,16). Sum of RGB (Red+Green+Blue) = 214+146+16=376 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.91% from 376); Green value is 146 (57.42% from 255 or 38.83% from 376); Blue value is 16 (6.64% from 255 or 4.26% from 376); Max value from RGB is 214 - color contains mainly: red. Hex color #D69210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69210 is #296DEF. Grayscale: #989898. Windows color (decimal): -2715120 or 1086166. OLE color: 1086166.
HSL color Cylindrical-coordinate representation of color #D69210: hue angle of 39.39º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D69210 is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 146 | 16 | - |
| CMYK | 0 | 0.32 | 0.93 | 0.16 |
| HSL | 39.39º | 0.86% | 0.45% | - |
| HSV(B) | 39.39º | 0.93% | 0.84% | - |
| XYZ | 38.1 | 34.89 | 5.22 | - |
| YUV | 151.51 | 51.53 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 146 | 16 | 0 | 0.32 | 0.93 | 0.16 | 39.39 | 0.86 | 0.45 |
| Hex | D6 | 92 | 10 | 0 | 20 | 5D | 10 | 27 | 56 | 2D |
| Octal | 326 | 222 | 20 | 0 | 40 | 135 | 20 | 47 | 126 | 55 |
| Binary | 11010110 | 10010010 | 10000 | 0 | 100000 | 1011101 | 10000 | 100111 | 1010110 | 101101 |
Color Harmonies of #D69210
Complementary color
Monochromatic Colors of #D69210
Black with #D69210
Text Example
Text Example
White with #D69210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69210; }
p { color: rgb(214,146,16); }
H1.HeaderClassName
{
color: #D69210;
}
.AnyTagClassName
{
color: #D69210;
}
</style>
background-color css
<style>
a { background-color: #D69210; }
a { background-color: rgb(214,146,16); }
div.DivClassName
{
background-color: #D69210;
}
.BgClassName
{
background-color: #D69210;
}
</style>
border-color css
<style>
span { border-color: #D69210; }
span { border-color: rgb(214,146,16); }
td.TdClassName
{
border-color: #D69210;
}
.TagClassName
{
border-color: #D69210;
}
</style>