Shades of Gamboge #D69702
Tints of Gamboge #D69702
RGB
CMYK
RGB Variations
Color information
#D69702 (or 0xD69702) is known color: Gamboge. HEX triplet: D6, 97 and 02. RGB value is (214,151,2). Sum of RGB (Red+Green+Blue) = 214+151+2=367 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.31% from 367); Green value is 151 (59.38% from 255 or 41.14% from 367); Blue value is 2 (1.17% from 255 or 0.54% from 367); Max value from RGB is 214 - color contains mainly: red. Hex color #D69702 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69702 is #2968FD. Grayscale: #999999. Windows color (decimal): -2713854 or 169942. OLE color: 169942.
HSL color Cylindrical-coordinate representation of color #D69702: hue angle of 42.17º 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 #D69702 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 151 | 2 | - |
| CMYK | 0 | 0.29 | 0.99 | 0.16 |
| HSL | 42.17º | 0.98% | 0.42% | - |
| HSV(B) | 42.17º | 0.99% | 0.84% | - |
| XYZ | 38.81 | 36.43 | 5.04 | - |
| YUV | 152.85 | 42.87 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 151 | 2 | 0 | 0.29 | 0.99 | 0.16 | 42.17 | 0.98 | 0.42 |
| Hex | D6 | 97 | 2 | 0 | 1D | 63 | 10 | 2A | 62 | 2A |
| Octal | 326 | 227 | 2 | 0 | 35 | 143 | 20 | 52 | 142 | 52 |
| Binary | 11010110 | 10010111 | 10 | 0 | 11101 | 1100011 | 10000 | 101010 | 1100010 | 101010 |
Color Harmonies of #D69702
Complementary color
Monochromatic Colors of #D69702
Black with #D69702
Text Example
Text Example
White with #D69702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69702; }
p { color: rgb(214,151,2); }
H1.HeaderClassName
{
color: #D69702;
}
.AnyTagClassName
{
color: #D69702;
}
</style>
background-color css
<style>
a { background-color: #D69702; }
a { background-color: rgb(214,151,2); }
div.DivClassName
{
background-color: #D69702;
}
.BgClassName
{
background-color: #D69702;
}
</style>
border-color css
<style>
span { border-color: #D69702; }
span { border-color: rgb(214,151,2); }
td.TdClassName
{
border-color: #D69702;
}
.TagClassName
{
border-color: #D69702;
}
</style>