Shades of Gamboge #D59000
Tints of Gamboge #D59000
RGB
CMYK
RGB Variations
Color information
#D59000 (or 0xD59000) is known color: Gamboge. HEX triplet: D5, 90 and 00. RGB value is (213,144,0). Sum of RGB (Red+Green+Blue) = 213+144+0=357 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.66% from 357); Green value is 144 (56.64% from 255 or 40.34% from 357); Blue value is 0 (0.39% from 255 or 0% from 357); Max value from RGB is 213 - color contains mainly: red. Hex color #D59000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59000 is #2A6FFF. Grayscale: #949494. Windows color (decimal): -2781184 or 37077. OLE color: 37077.
HSL color Cylindrical-coordinate representation of color #D59000: hue angle of 40.56º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D59000 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 144 | 0 | - |
| CMYK | 0 | 0.32 | 1 | 0.16 |
| HSL | 40.56º | 1% | 0.42% | - |
| HSV(B) | 40.56º | 1% | 0.84% | - |
| XYZ | 37.41 | 34.09 | 4.61 | - |
| YUV | 148.22 | 44.36 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 144 | 0 | 0 | 0.32 | 1 | 0.16 | 40.56 | 1 | 0.42 |
| Hex | D5 | 90 | 0 | 0 | 20 | 64 | 10 | 29 | 64 | 2A |
| Octal | 325 | 220 | 0 | 0 | 40 | 144 | 20 | 51 | 144 | 52 |
| Binary | 11010101 | 10010000 | 0 | 0 | 100000 | 1100100 | 10000 | 101001 | 1100100 | 101010 |
Color Harmonies of #D59000
Complementary color
Monochromatic Colors of #D59000
Black with #D59000
Text Example
Text Example
White with #D59000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59000; }
p { color: rgb(213,144,0); }
H1.HeaderClassName
{
color: #D59000;
}
.AnyTagClassName
{
color: #D59000;
}
</style>
background-color css
<style>
a { background-color: #D59000; }
a { background-color: rgb(213,144,0); }
div.DivClassName
{
background-color: #D59000;
}
.BgClassName
{
background-color: #D59000;
}
</style>
border-color css
<style>
span { border-color: #D59000; }
span { border-color: rgb(213,144,0); }
td.TdClassName
{
border-color: #D59000;
}
.TagClassName
{
border-color: #D59000;
}
</style>