Shades of Gamboge #D59900
Tints of Gamboge #D59900
RGB
CMYK
RGB Variations
Color information
#D59900 (or 0xD59900) is known color: Gamboge. HEX triplet: D5, 99 and 00. RGB value is (213,153,0). Sum of RGB (Red+Green+Blue) = 213+153+0=366 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.20% from 366); Green value is 153 (60.16% from 255 or 41.80% from 366); Blue value is 0 (0.39% from 255 or 0% from 366); Max value from RGB is 213 - color contains mainly: red. Hex color #D59900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59900 is #2A66FF. Grayscale: #9A9A9A. Windows color (decimal): -2778880 or 39381. OLE color: 39381.
HSL color Cylindrical-coordinate representation of color #D59900: hue angle of 43.1º 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 #D59900 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 153 | 0 | - |
| CMYK | 0 | 0.28 | 1 | 0.16 |
| HSL | 43.1º | 1% | 0.42% | - |
| HSV(B) | 43.1º | 1% | 0.84% | - |
| XYZ | 38.83 | 36.93 | 5.08 | - |
| YUV | 153.5 | 41.38 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 153 | 0 | 0 | 0.28 | 1 | 0.16 | 43.1 | 1 | 0.42 |
| Hex | D5 | 99 | 0 | 0 | 1C | 64 | 10 | 2B | 64 | 2A |
| Octal | 325 | 231 | 0 | 0 | 34 | 144 | 20 | 53 | 144 | 52 |
| Binary | 11010101 | 10011001 | 0 | 0 | 11100 | 1100100 | 10000 | 101011 | 1100100 | 101010 |
Color Harmonies of #D59900
Complementary color
Monochromatic Colors of #D59900
Black with #D59900
Text Example
Text Example
White with #D59900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59900; }
p { color: rgb(213,153,0); }
H1.HeaderClassName
{
color: #D59900;
}
.AnyTagClassName
{
color: #D59900;
}
</style>
background-color css
<style>
a { background-color: #D59900; }
a { background-color: rgb(213,153,0); }
div.DivClassName
{
background-color: #D59900;
}
.BgClassName
{
background-color: #D59900;
}
</style>
border-color css
<style>
span { border-color: #D59900; }
span { border-color: rgb(213,153,0); }
td.TdClassName
{
border-color: #D59900;
}
.TagClassName
{
border-color: #D59900;
}
</style>