Shades of Gamboge #D59B09
Tints of Gamboge #D59B09
RGB
CMYK
RGB Variations
Color information
#D59B09 (or 0xD59B09) is known color: Gamboge. HEX triplet: D5, 9B and 09. RGB value is (213,155,9). Sum of RGB (Red+Green+Blue) = 213+155+9=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 155 (60.94% from 255 or 41.11% from 377); Blue value is 9 (3.91% from 255 or 2.39% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D59B09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59B09 is #2A64F6. Grayscale: #9C9C9C. Windows color (decimal): -2778359 or 629717. OLE color: 629717.
HSL color Cylindrical-coordinate representation of color #D59B09: hue angle of 42.94º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D59B09 is Cyan = 0, Magento = 0.27, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 155 | 9 | - |
| CMYK | 0 | 0.27 | 0.96 | 0.16 |
| HSL | 42.94º | 0.92% | 0.44% | - |
| HSV(B) | 42.94º | 0.96% | 0.84% | - |
| XYZ | 39.21 | 37.61 | 5.45 | - |
| YUV | 155.7 | 45.22 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 155 | 9 | 0 | 0.27 | 0.96 | 0.16 | 42.94 | 0.92 | 0.44 |
| Hex | D5 | 9B | 9 | 0 | 1B | 60 | 10 | 2B | 5C | 2C |
| Octal | 325 | 233 | 11 | 0 | 33 | 140 | 20 | 53 | 134 | 54 |
| Binary | 11010101 | 10011011 | 1001 | 0 | 11011 | 1100000 | 10000 | 101011 | 1011100 | 101100 |
Color Harmonies of #D59B09
Complementary color
Monochromatic Colors of #D59B09
Black with #D59B09
Text Example
Text Example
White with #D59B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59B09; }
p { color: rgb(213,155,9); }
H1.HeaderClassName
{
color: #D59B09;
}
.AnyTagClassName
{
color: #D59B09;
}
</style>
background-color css
<style>
a { background-color: #D59B09; }
a { background-color: rgb(213,155,9); }
div.DivClassName
{
background-color: #D59B09;
}
.BgClassName
{
background-color: #D59B09;
}
</style>
border-color css
<style>
span { border-color: #D59B09; }
span { border-color: rgb(213,155,9); }
td.TdClassName
{
border-color: #D59B09;
}
.TagClassName
{
border-color: #D59B09;
}
</style>