Shades of Gamboge #D69F02
Tints of Gamboge #D69F02
RGB
CMYK
RGB Variations
Color information
#D69F02 (or 0xD69F02) is known color: Gamboge. HEX triplet: D6, 9F and 02. RGB value is (214,159,2). Sum of RGB (Red+Green+Blue) = 214+159+2=375 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.07% from 375); Green value is 159 (62.5% from 255 or 42.4% from 375); Blue value is 2 (1.17% from 255 or 0.53% from 375); Max value from RGB is 214 - color contains mainly: red. Hex color #D69F02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69F02 is #2960FD. Grayscale: #9E9E9E. Windows color (decimal): -2711806 or 171990. OLE color: 171990.
HSL color Cylindrical-coordinate representation of color #D69F02: hue angle of 44.43º 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 #D69F02 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 159 | 2 | - |
| CMYK | 0 | 0.26 | 0.99 | 0.16 |
| HSL | 44.43º | 0.98% | 0.42% | - |
| HSV(B) | 44.43º | 0.99% | 0.84% | - |
| XYZ | 40.14 | 39.1 | 5.49 | - |
| YUV | 157.55 | 40.22 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 159 | 2 | 0 | 0.26 | 0.99 | 0.16 | 44.43 | 0.98 | 0.42 |
| Hex | D6 | 9F | 2 | 0 | 1A | 63 | 10 | 2C | 62 | 2A |
| Octal | 326 | 237 | 2 | 0 | 32 | 143 | 20 | 54 | 142 | 52 |
| Binary | 11010110 | 10011111 | 10 | 0 | 11010 | 1100011 | 10000 | 101100 | 1100010 | 101010 |
Color Harmonies of #D69F02
Complementary color
Monochromatic Colors of #D69F02
Black with #D69F02
Text Example
Text Example
White with #D69F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69F02; }
p { color: rgb(214,159,2); }
H1.HeaderClassName
{
color: #D69F02;
}
.AnyTagClassName
{
color: #D69F02;
}
</style>
background-color css
<style>
a { background-color: #D69F02; }
a { background-color: rgb(214,159,2); }
div.DivClassName
{
background-color: #D69F02;
}
.BgClassName
{
background-color: #D69F02;
}
</style>
border-color css
<style>
span { border-color: #D69F02; }
span { border-color: rgb(214,159,2); }
td.TdClassName
{
border-color: #D69F02;
}
.TagClassName
{
border-color: #D69F02;
}
</style>