Shades of Gamboge #D59702
Tints of Gamboge #D59702
RGB
CMYK
RGB Variations
Color information
#D59702 (or 0xD59702) is known color: Gamboge. HEX triplet: D5, 97 and 02. RGB value is (213,151,2). Sum of RGB (Red+Green+Blue) = 213+151+2=366 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.20% from 366); Green value is 151 (59.38% from 255 or 41.26% from 366); Blue value is 2 (1.17% from 255 or 0.55% from 366); Max value from RGB is 213 - color contains mainly: red. Hex color #D59702 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59702 is #2A68FD. Grayscale: #999999. Windows color (decimal): -2779390 or 169941. OLE color: 169941.
HSL color Cylindrical-coordinate representation of color #D59702: hue angle of 42.37º 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 #D59702 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 151 | 2 | - |
| CMYK | 0 | 0.29 | 0.99 | 0.16 |
| HSL | 42.37º | 0.98% | 0.42% | - |
| HSV(B) | 42.37º | 0.99% | 0.84% | - |
| XYZ | 38.52 | 36.28 | 5.03 | - |
| YUV | 152.55 | 43.04 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 151 | 2 | 0 | 0.29 | 0.99 | 0.16 | 42.37 | 0.98 | 0.42 |
| Hex | D5 | 97 | 2 | 0 | 1D | 63 | 10 | 2A | 62 | 2A |
| Octal | 325 | 227 | 2 | 0 | 35 | 143 | 20 | 52 | 142 | 52 |
| Binary | 11010101 | 10010111 | 10 | 0 | 11101 | 1100011 | 10000 | 101010 | 1100010 | 101010 |
Color Harmonies of #D59702
Complementary color
Monochromatic Colors of #D59702
Black with #D59702
Text Example
Text Example
White with #D59702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59702; }
p { color: rgb(213,151,2); }
H1.HeaderClassName
{
color: #D59702;
}
.AnyTagClassName
{
color: #D59702;
}
</style>
background-color css
<style>
a { background-color: #D59702; }
a { background-color: rgb(213,151,2); }
div.DivClassName
{
background-color: #D59702;
}
.BgClassName
{
background-color: #D59702;
}
</style>
border-color css
<style>
span { border-color: #D59702; }
span { border-color: rgb(213,151,2); }
td.TdClassName
{
border-color: #D59702;
}
.TagClassName
{
border-color: #D59702;
}
</style>