Shades of Gamboge #D59902
Tints of Gamboge #D59902
RGB
CMYK
RGB Variations
Color information
#D59902 (or 0xD59902) is known color: Gamboge. HEX triplet: D5, 99 and 02. RGB value is (213,153,2). Sum of RGB (Red+Green+Blue) = 213+153+2=368 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.88% from 368); Green value is 153 (60.16% from 255 or 41.58% from 368); Blue value is 2 (1.17% from 255 or 0.54% from 368); Max value from RGB is 213 - color contains mainly: red. Hex color #D59902 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59902 is #2A66FD. Grayscale: #9A9A9A. Windows color (decimal): -2778878 or 170453. OLE color: 170453.
HSL color Cylindrical-coordinate representation of color #D59902: hue angle of 42.94º 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 #D59902 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 153 | 2 | - |
| CMYK | 0 | 0.28 | 0.99 | 0.16 |
| HSL | 42.94º | 0.98% | 0.42% | - |
| HSV(B) | 42.94º | 0.99% | 0.84% | - |
| XYZ | 38.84 | 36.93 | 5.14 | - |
| YUV | 153.73 | 42.38 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 153 | 2 | 0 | 0.28 | 0.99 | 0.16 | 42.94 | 0.98 | 0.42 |
| Hex | D5 | 99 | 2 | 0 | 1C | 63 | 10 | 2B | 62 | 2A |
| Octal | 325 | 231 | 2 | 0 | 34 | 143 | 20 | 53 | 142 | 52 |
| Binary | 11010101 | 10011001 | 10 | 0 | 11100 | 1100011 | 10000 | 101011 | 1100010 | 101010 |
Color Harmonies of #D59902
Complementary color
Monochromatic Colors of #D59902
Black with #D59902
Text Example
Text Example
White with #D59902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59902; }
p { color: rgb(213,153,2); }
H1.HeaderClassName
{
color: #D59902;
}
.AnyTagClassName
{
color: #D59902;
}
</style>
background-color css
<style>
a { background-color: #D59902; }
a { background-color: rgb(213,153,2); }
div.DivClassName
{
background-color: #D59902;
}
.BgClassName
{
background-color: #D59902;
}
</style>
border-color css
<style>
span { border-color: #D59902; }
span { border-color: rgb(213,153,2); }
td.TdClassName
{
border-color: #D59902;
}
.TagClassName
{
border-color: #D59902;
}
</style>