Shades of Gamboge #D59502
Tints of Gamboge #D59502
RGB
CMYK
RGB Variations
Color information
#D59502 (or 0xD59502) is known color: Gamboge. HEX triplet: D5, 95 and 02. RGB value is (213,149,2). Sum of RGB (Red+Green+Blue) = 213+149+2=364 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.52% from 364); Green value is 149 (58.59% from 255 or 40.93% from 364); Blue value is 2 (1.17% from 255 or 0.55% from 364); Max value from RGB is 213 - color contains mainly: red. Hex color #D59502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59502 is #2A6AFD. Grayscale: #989898. Windows color (decimal): -2779902 or 169429. OLE color: 169429.
HSL color Cylindrical-coordinate representation of color #D59502: hue angle of 41.8º 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 #D59502 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 149 | 2 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.16 |
| HSL | 41.8º | 0.98% | 0.42% | - |
| HSV(B) | 41.8º | 0.99% | 0.84% | - |
| XYZ | 38.2 | 35.65 | 4.92 | - |
| YUV | 151.38 | 43.7 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 149 | 2 | 0 | 0.30 | 0.99 | 0.16 | 41.8 | 0.98 | 0.42 |
| Hex | D5 | 95 | 2 | 0 | 1E | 63 | 10 | 2A | 62 | 2A |
| Octal | 325 | 225 | 2 | 0 | 36 | 143 | 20 | 52 | 142 | 52 |
| Binary | 11010101 | 10010101 | 10 | 0 | 11110 | 1100011 | 10000 | 101010 | 1100010 | 101010 |
Color Harmonies of #D59502
Complementary color
Monochromatic Colors of #D59502
Black with #D59502
Text Example
Text Example
White with #D59502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59502; }
p { color: rgb(213,149,2); }
H1.HeaderClassName
{
color: #D59502;
}
.AnyTagClassName
{
color: #D59502;
}
</style>
background-color css
<style>
a { background-color: #D59502; }
a { background-color: rgb(213,149,2); }
div.DivClassName
{
background-color: #D59502;
}
.BgClassName
{
background-color: #D59502;
}
</style>
border-color css
<style>
span { border-color: #D59502; }
span { border-color: rgb(213,149,2); }
td.TdClassName
{
border-color: #D59502;
}
.TagClassName
{
border-color: #D59502;
}
</style>