Shades of Gamboge #D59E08
Tints of Gamboge #D59E08
RGB
CMYK
RGB Variations
Color information
#D59E08 (or 0xD59E08) is known color: Gamboge. HEX triplet: D5, 9E and 08. RGB value is (213,158,8). Sum of RGB (Red+Green+Blue) = 213+158+8=379 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.20% from 379); Green value is 158 (62.11% from 255 or 41.69% from 379); Blue value is 8 (3.52% from 255 or 2.11% from 379); Max value from RGB is 213 - color contains mainly: red. Hex color #D59E08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59E08 is #2A61F7. Grayscale: #9E9E9E. Windows color (decimal): -2777592 or 564949. OLE color: 564949.
HSL color Cylindrical-coordinate representation of color #D59E08: hue angle of 43.9º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D59E08 is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 158 | 8 | - |
| CMYK | 0 | 0.26 | 0.96 | 0.16 |
| HSL | 43.9º | 0.93% | 0.43% | - |
| HSV(B) | 43.9º | 0.96% | 0.84% | - |
| XYZ | 39.71 | 38.62 | 5.59 | - |
| YUV | 157.35 | 43.72 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 158 | 8 | 0 | 0.26 | 0.96 | 0.16 | 43.9 | 0.93 | 0.43 |
| Hex | D5 | 9E | 8 | 0 | 1A | 60 | 10 | 2C | 5D | 2B |
| Octal | 325 | 236 | 10 | 0 | 32 | 140 | 20 | 54 | 135 | 53 |
| Binary | 11010101 | 10011110 | 1000 | 0 | 11010 | 1100000 | 10000 | 101100 | 1011101 | 101011 |
Color Harmonies of #D59E08
Complementary color
Monochromatic Colors of #D59E08
Black with #D59E08
Text Example
Text Example
White with #D59E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59E08; }
p { color: rgb(213,158,8); }
H1.HeaderClassName
{
color: #D59E08;
}
.AnyTagClassName
{
color: #D59E08;
}
</style>
background-color css
<style>
a { background-color: #D59E08; }
a { background-color: rgb(213,158,8); }
div.DivClassName
{
background-color: #D59E08;
}
.BgClassName
{
background-color: #D59E08;
}
</style>
border-color css
<style>
span { border-color: #D59E08; }
span { border-color: rgb(213,158,8); }
td.TdClassName
{
border-color: #D59E08;
}
.TagClassName
{
border-color: #D59E08;
}
</style>