Shades of Gamboge #D09702
Tints of Gamboge #D09702
RGB
CMYK
RGB Variations
Color information
#D09702 (or 0xD09702) is known color: Gamboge. HEX triplet: D0, 97 and 02. RGB value is (208,151,2). Sum of RGB (Red+Green+Blue) = 208+151+2=361 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.62% from 361); Green value is 151 (59.38% from 255 or 41.83% from 361); Blue value is 2 (1.17% from 255 or 0.55% from 361); Max value from RGB is 208 - color contains mainly: red. Hex color #D09702 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D09702 is #2F68FD. Grayscale: #979797. Windows color (decimal): -3107070 or 169936. OLE color: 169936.
HSL color Cylindrical-coordinate representation of color #D09702: hue angle of 43.4º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D09702 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 151 | 2 | - |
| CMYK | 0 | 0.27 | 0.99 | 0.18 |
| HSL | 43.4º | 0.98% | 0.41% | - |
| HSV(B) | 43.4º | 0.99% | 0.82% | - |
| XYZ | 37.09 | 35.55 | 4.96 | - |
| YUV | 151.06 | 43.88 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 151 | 2 | 0 | 0.27 | 0.99 | 0.18 | 43.4 | 0.98 | 0.41 |
| Hex | D0 | 97 | 2 | 0 | 1B | 63 | 12 | 2B | 62 | 29 |
| Octal | 320 | 227 | 2 | 0 | 33 | 143 | 22 | 53 | 142 | 51 |
| Binary | 11010000 | 10010111 | 10 | 0 | 11011 | 1100011 | 10010 | 101011 | 1100010 | 101001 |
Color Harmonies of #D09702
Complementary color
Monochromatic Colors of #D09702
Black with #D09702
Text Example
Text Example
White with #D09702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09702; }
p { color: rgb(208,151,2); }
H1.HeaderClassName
{
color: #D09702;
}
.AnyTagClassName
{
color: #D09702;
}
</style>
background-color css
<style>
a { background-color: #D09702; }
a { background-color: rgb(208,151,2); }
div.DivClassName
{
background-color: #D09702;
}
.BgClassName
{
background-color: #D09702;
}
</style>
border-color css
<style>
span { border-color: #D09702; }
span { border-color: rgb(208,151,2); }
td.TdClassName
{
border-color: #D09702;
}
.TagClassName
{
border-color: #D09702;
}
</style>