Shades of Gamboge #D69D02
Tints of Gamboge #D69D02
RGB
CMYK
RGB Variations
Color information
#D69D02 (or 0xD69D02) is known color: Gamboge. HEX triplet: D6, 9D and 02. RGB value is (214,157,2). Sum of RGB (Red+Green+Blue) = 214+157+2=373 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.37% from 373); Green value is 157 (61.72% from 255 or 42.09% from 373); Blue value is 2 (1.17% from 255 or 0.54% from 373); Max value from RGB is 214 - color contains mainly: red. Hex color #D69D02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69D02 is #2962FD. Grayscale: #9D9D9D. Windows color (decimal): -2712318 or 171478. OLE color: 171478.
HSL color Cylindrical-coordinate representation of color #D69D02: hue angle of 43.87º 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 #D69D02 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 157 | 2 | - |
| CMYK | 0 | 0.27 | 0.99 | 0.16 |
| HSL | 43.87º | 0.98% | 0.42% | - |
| HSV(B) | 43.87º | 0.99% | 0.84% | - |
| XYZ | 39.8 | 38.41 | 5.37 | - |
| YUV | 156.37 | 40.88 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 157 | 2 | 0 | 0.27 | 0.99 | 0.16 | 43.87 | 0.98 | 0.42 |
| Hex | D6 | 9D | 2 | 0 | 1B | 63 | 10 | 2C | 62 | 2A |
| Octal | 326 | 235 | 2 | 0 | 33 | 143 | 20 | 54 | 142 | 52 |
| Binary | 11010110 | 10011101 | 10 | 0 | 11011 | 1100011 | 10000 | 101100 | 1100010 | 101010 |
Color Harmonies of #D69D02
Complementary color
Monochromatic Colors of #D69D02
Black with #D69D02
Text Example
Text Example
White with #D69D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69D02; }
p { color: rgb(214,157,2); }
H1.HeaderClassName
{
color: #D69D02;
}
.AnyTagClassName
{
color: #D69D02;
}
</style>
background-color css
<style>
a { background-color: #D69D02; }
a { background-color: rgb(214,157,2); }
div.DivClassName
{
background-color: #D69D02;
}
.BgClassName
{
background-color: #D69D02;
}
</style>
border-color css
<style>
span { border-color: #D69D02; }
span { border-color: rgb(214,157,2); }
td.TdClassName
{
border-color: #D69D02;
}
.TagClassName
{
border-color: #D69D02;
}
</style>