Shades of Gamboge #D59511
Tints of Gamboge #D59511
RGB
CMYK
RGB Variations
Color information
#D59511 (or 0xD59511) is known color: Gamboge. HEX triplet: D5, 95 and 11. RGB value is (213,149,17). Sum of RGB (Red+Green+Blue) = 213+149+17=379 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.20% from 379); Green value is 149 (58.59% from 255 or 39.31% from 379); Blue value is 17 (7.03% from 255 or 4.49% from 379); Max value from RGB is 213 - color contains mainly: red. Hex color #D59511 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59511 is #2A6AEE. Grayscale: #999999. Windows color (decimal): -2779887 or 1152469. OLE color: 1152469.
HSL color Cylindrical-coordinate representation of color #D59511: hue angle of 40.41º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D59511 is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 149 | 17 | - |
| CMYK | 0 | 0.30 | 0.92 | 0.16 |
| HSL | 40.41º | 0.85% | 0.45% | - |
| HSV(B) | 40.41º | 0.92% | 0.84% | - |
| XYZ | 38.29 | 35.68 | 5.4 | - |
| YUV | 153.09 | 51.2 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 149 | 17 | 0 | 0.30 | 0.92 | 0.16 | 40.41 | 0.85 | 0.45 |
| Hex | D5 | 95 | 11 | 0 | 1E | 5C | 10 | 28 | 55 | 2D |
| Octal | 325 | 225 | 21 | 0 | 36 | 134 | 20 | 50 | 125 | 55 |
| Binary | 11010101 | 10010101 | 10001 | 0 | 11110 | 1011100 | 10000 | 101000 | 1010101 | 101101 |
Color Harmonies of #D59511
Complementary color
Monochromatic Colors of #D59511
Black with #D59511
Text Example
Text Example
White with #D59511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59511; }
p { color: rgb(213,149,17); }
H1.HeaderClassName
{
color: #D59511;
}
.AnyTagClassName
{
color: #D59511;
}
</style>
background-color css
<style>
a { background-color: #D59511; }
a { background-color: rgb(213,149,17); }
div.DivClassName
{
background-color: #D59511;
}
.BgClassName
{
background-color: #D59511;
}
</style>
border-color css
<style>
span { border-color: #D59511; }
span { border-color: rgb(213,149,17); }
td.TdClassName
{
border-color: #D59511;
}
.TagClassName
{
border-color: #D59511;
}
</style>