Shades of Gamboge #D69602
Tints of Gamboge #D69602
RGB
CMYK
RGB Variations
Color information
#D69602 (or 0xD69602) is known color: Gamboge. HEX triplet: D6, 96 and 02. RGB value is (214,150,2). Sum of RGB (Red+Green+Blue) = 214+150+2=366 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.47% from 366); Green value is 150 (58.98% from 255 or 40.98% from 366); Blue value is 2 (1.17% from 255 or 0.55% from 366); Max value from RGB is 214 - color contains mainly: red. Hex color #D69602 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69602 is #2969FD. Grayscale: #989898. Windows color (decimal): -2714110 or 169686. OLE color: 169686.
HSL color Cylindrical-coordinate representation of color #D69602: hue angle of 41.89º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D69602 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 150 | 2 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.16 |
| HSL | 41.89º | 0.98% | 0.42% | - |
| HSV(B) | 41.89º | 0.99% | 0.84% | - |
| XYZ | 38.65 | 36.11 | 4.99 | - |
| YUV | 152.26 | 43.2 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 150 | 2 | 0 | 0.30 | 0.99 | 0.16 | 41.89 | 0.98 | 0.42 |
| Hex | D6 | 96 | 2 | 0 | 1E | 63 | 10 | 2A | 62 | 2A |
| Octal | 326 | 226 | 2 | 0 | 36 | 143 | 20 | 52 | 142 | 52 |
| Binary | 11010110 | 10010110 | 10 | 0 | 11110 | 1100011 | 10000 | 101010 | 1100010 | 101010 |
Color Harmonies of #D69602
Complementary color
Monochromatic Colors of #D69602
Black with #D69602
Text Example
Text Example
White with #D69602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69602; }
p { color: rgb(214,150,2); }
H1.HeaderClassName
{
color: #D69602;
}
.AnyTagClassName
{
color: #D69602;
}
</style>
background-color css
<style>
a { background-color: #D69602; }
a { background-color: rgb(214,150,2); }
div.DivClassName
{
background-color: #D69602;
}
.BgClassName
{
background-color: #D69602;
}
</style>
border-color css
<style>
span { border-color: #D69602; }
span { border-color: rgb(214,150,2); }
td.TdClassName
{
border-color: #D69602;
}
.TagClassName
{
border-color: #D69602;
}
</style>