Shades of Gamboge #D59B05
Tints of Gamboge #D59B05
RGB
CMYK
RGB Variations
Color information
#D59B05 (or 0xD59B05) is known color: Gamboge. HEX triplet: D5, 9B and 05. RGB value is (213,155,5). Sum of RGB (Red+Green+Blue) = 213+155+5=373 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.10% from 373); Green value is 155 (60.94% from 255 or 41.55% from 373); Blue value is 5 (2.34% from 255 or 1.34% from 373); Max value from RGB is 213 - color contains mainly: red. Hex color #D59B05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59B05 is #2A64FA. Grayscale: #9B9B9B. Windows color (decimal): -2778363 or 367573. OLE color: 367573.
HSL color Cylindrical-coordinate representation of color #D59B05: hue angle of 43.27º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D59B05 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 155 | 5 | - |
| CMYK | 0 | 0.27 | 0.98 | 0.16 |
| HSL | 43.27º | 0.95% | 0.43% | - |
| HSV(B) | 43.27º | 0.98% | 0.84% | - |
| XYZ | 39.19 | 37.6 | 5.34 | - |
| YUV | 155.24 | 43.22 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 155 | 5 | 0 | 0.27 | 0.98 | 0.16 | 43.27 | 0.95 | 0.43 |
| Hex | D5 | 9B | 5 | 0 | 1B | 62 | 10 | 2B | 5F | 2B |
| Octal | 325 | 233 | 5 | 0 | 33 | 142 | 20 | 53 | 137 | 53 |
| Binary | 11010101 | 10011011 | 101 | 0 | 11011 | 1100010 | 10000 | 101011 | 1011111 | 101011 |
Color Harmonies of #D59B05
Complementary color
Monochromatic Colors of #D59B05
Black with #D59B05
Text Example
Text Example
White with #D59B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59B05; }
p { color: rgb(213,155,5); }
H1.HeaderClassName
{
color: #D59B05;
}
.AnyTagClassName
{
color: #D59B05;
}
</style>
background-color css
<style>
a { background-color: #D59B05; }
a { background-color: rgb(213,155,5); }
div.DivClassName
{
background-color: #D59B05;
}
.BgClassName
{
background-color: #D59B05;
}
</style>
border-color css
<style>
span { border-color: #D59B05; }
span { border-color: rgb(213,155,5); }
td.TdClassName
{
border-color: #D59B05;
}
.TagClassName
{
border-color: #D59B05;
}
</style>