Shades of Gamboge #D59B0B
Tints of Gamboge #D59B0B
RGB
CMYK
RGB Variations
Color information
#D59B0B (or 0xD59B0B) is known color: Gamboge. HEX triplet: D5, 9B and 0B. RGB value is (213,155,11). Sum of RGB (Red+Green+Blue) = 213+155+11=379 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.20% from 379); Green value is 155 (60.94% from 255 or 40.90% from 379); Blue value is 11 (4.69% from 255 or 2.90% from 379); Max value from RGB is 213 - color contains mainly: red. Hex color #D59B0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59B0B is #2A64F4. Grayscale: #9C9C9C. Windows color (decimal): -2778357 or 760789. OLE color: 760789.
HSL color Cylindrical-coordinate representation of color #D59B0B: hue angle of 42.77º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D59B0B is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 155 | 11 | - |
| CMYK | 0 | 0.27 | 0.95 | 0.16 |
| HSL | 42.77º | 0.9% | 0.44% | - |
| HSV(B) | 42.77º | 0.95% | 0.84% | - |
| XYZ | 39.22 | 37.61 | 5.51 | - |
| YUV | 155.93 | 46.22 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 155 | 11 | 0 | 0.27 | 0.95 | 0.16 | 42.77 | 0.9 | 0.44 |
| Hex | D5 | 9B | B | 0 | 1B | 5F | 10 | 2B | 5A | 2C |
| Octal | 325 | 233 | 13 | 0 | 33 | 137 | 20 | 53 | 132 | 54 |
| Binary | 11010101 | 10011011 | 1011 | 0 | 11011 | 1011111 | 10000 | 101011 | 1011010 | 101100 |
Color Harmonies of #D59B0B
Complementary color
Monochromatic Colors of #D59B0B
Black with #D59B0B
Text Example
Text Example
White with #D59B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59B0B; }
p { color: rgb(213,155,11); }
H1.HeaderClassName
{
color: #D59B0B;
}
.AnyTagClassName
{
color: #D59B0B;
}
</style>
background-color css
<style>
a { background-color: #D59B0B; }
a { background-color: rgb(213,155,11); }
div.DivClassName
{
background-color: #D59B0B;
}
.BgClassName
{
background-color: #D59B0B;
}
</style>
border-color css
<style>
span { border-color: #D59B0B; }
span { border-color: rgb(213,155,11); }
td.TdClassName
{
border-color: #D59B0B;
}
.TagClassName
{
border-color: #D59B0B;
}
</style>