Shades of Gamboge #D59B0E
Tints of Gamboge #D59B0E
RGB
CMYK
RGB Variations
Color information
#D59B0E (or 0xD59B0E) is known color: Gamboge. HEX triplet: D5, 9B and 0E. RGB value is (213,155,14). Sum of RGB (Red+Green+Blue) = 213+155+14=382 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.76% from 382); Green value is 155 (60.94% from 255 or 40.58% from 382); Blue value is 14 (5.86% from 255 or 3.66% from 382); Max value from RGB is 213 - color contains mainly: red. Hex color #D59B0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59B0E is #2A64F1. Grayscale: #9C9C9C. Windows color (decimal): -2778354 or 957397. OLE color: 957397.
HSL color Cylindrical-coordinate representation of color #D59B0E: hue angle of 42.51º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D59B0E is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 155 | 14 | - |
| CMYK | 0 | 0.27 | 0.93 | 0.16 |
| HSL | 42.51º | 0.88% | 0.45% | - |
| HSV(B) | 42.51º | 0.93% | 0.84% | - |
| XYZ | 39.24 | 37.62 | 5.61 | - |
| YUV | 156.27 | 47.72 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 155 | 14 | 0 | 0.27 | 0.93 | 0.16 | 42.51 | 0.88 | 0.45 |
| Hex | D5 | 9B | E | 0 | 1B | 5D | 10 | 2B | 58 | 2D |
| Octal | 325 | 233 | 16 | 0 | 33 | 135 | 20 | 53 | 130 | 55 |
| Binary | 11010101 | 10011011 | 1110 | 0 | 11011 | 1011101 | 10000 | 101011 | 1011000 | 101101 |
Color Harmonies of #D59B0E
Complementary color
Monochromatic Colors of #D59B0E
Black with #D59B0E
Text Example
Text Example
White with #D59B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59B0E; }
p { color: rgb(213,155,14); }
H1.HeaderClassName
{
color: #D59B0E;
}
.AnyTagClassName
{
color: #D59B0E;
}
</style>
background-color css
<style>
a { background-color: #D59B0E; }
a { background-color: rgb(213,155,14); }
div.DivClassName
{
background-color: #D59B0E;
}
.BgClassName
{
background-color: #D59B0E;
}
</style>
border-color css
<style>
span { border-color: #D59B0E; }
span { border-color: rgb(213,155,14); }
td.TdClassName
{
border-color: #D59B0E;
}
.TagClassName
{
border-color: #D59B0E;
}
</style>