Shades of Gamboge #D59B0F
Tints of Gamboge #D59B0F
RGB
CMYK
RGB Variations
Color information
#D59B0F (or 0xD59B0F) is known color: Gamboge. HEX triplet: D5, 9B and 0F. RGB value is (213,155,15). Sum of RGB (Red+Green+Blue) = 213+155+15=383 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.61% from 383); Green value is 155 (60.94% from 255 or 40.47% from 383); Blue value is 15 (6.25% from 255 or 3.92% from 383); Max value from RGB is 213 - color contains mainly: red. Hex color #D59B0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59B0F is #2A64F0. Grayscale: #9D9D9D. Windows color (decimal): -2778353 or 1022933. OLE color: 1022933.
HSL color Cylindrical-coordinate representation of color #D59B0F: hue angle of 42.42º degrees, saturation: 0.87, 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 #D59B0F is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 155 | 15 | - |
| CMYK | 0 | 0.27 | 0.93 | 0.16 |
| HSL | 42.42º | 0.87% | 0.45% | - |
| HSV(B) | 42.42º | 0.93% | 0.84% | - |
| XYZ | 39.25 | 37.62 | 5.65 | - |
| YUV | 156.38 | 48.22 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 155 | 15 | 0 | 0.27 | 0.93 | 0.16 | 42.42 | 0.87 | 0.45 |
| Hex | D5 | 9B | F | 0 | 1B | 5D | 10 | 2A | 57 | 2D |
| Octal | 325 | 233 | 17 | 0 | 33 | 135 | 20 | 52 | 127 | 55 |
| Binary | 11010101 | 10011011 | 1111 | 0 | 11011 | 1011101 | 10000 | 101010 | 1010111 | 101101 |
Color Harmonies of #D59B0F
Complementary color
Monochromatic Colors of #D59B0F
Black with #D59B0F
Text Example
Text Example
White with #D59B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59B0F; }
p { color: rgb(213,155,15); }
H1.HeaderClassName
{
color: #D59B0F;
}
.AnyTagClassName
{
color: #D59B0F;
}
</style>
background-color css
<style>
a { background-color: #D59B0F; }
a { background-color: rgb(213,155,15); }
div.DivClassName
{
background-color: #D59B0F;
}
.BgClassName
{
background-color: #D59B0F;
}
</style>
border-color css
<style>
span { border-color: #D59B0F; }
span { border-color: rgb(213,155,15); }
td.TdClassName
{
border-color: #D59B0F;
}
.TagClassName
{
border-color: #D59B0F;
}
</style>