Shades of Gamboge #D59112
Tints of Gamboge #D59112
RGB
CMYK
RGB Variations
Color information
#D59112 (or 0xD59112) is known color: Gamboge. HEX triplet: D5, 91 and 12. RGB value is (213,145,18). Sum of RGB (Red+Green+Blue) = 213+145+18=376 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.65% from 376); Green value is 145 (57.03% from 255 or 38.56% from 376); Blue value is 18 (7.42% from 255 or 4.79% from 376); Max value from RGB is 213 - color contains mainly: red. Hex color #D59112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59112 is #2A6EED. Grayscale: #979797. Windows color (decimal): -2780910 or 1216981. OLE color: 1216981.
HSL color Cylindrical-coordinate representation of color #D59112: hue angle of 39.08º degrees, saturation: 0.84, 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 #D59112 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 145 | 18 | - |
| CMYK | 0 | 0.32 | 0.92 | 0.16 |
| HSL | 39.08º | 0.84% | 0.45% | - |
| HSV(B) | 39.08º | 0.92% | 0.84% | - |
| XYZ | 37.68 | 34.44 | 5.23 | - |
| YUV | 150.85 | 53.03 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 145 | 18 | 0 | 0.32 | 0.92 | 0.16 | 39.08 | 0.84 | 0.45 |
| Hex | D5 | 91 | 12 | 0 | 20 | 5C | 10 | 27 | 54 | 2D |
| Octal | 325 | 221 | 22 | 0 | 40 | 134 | 20 | 47 | 124 | 55 |
| Binary | 11010101 | 10010001 | 10010 | 0 | 100000 | 1011100 | 10000 | 100111 | 1010100 | 101101 |
Color Harmonies of #D59112
Complementary color
Monochromatic Colors of #D59112
Black with #D59112
Text Example
Text Example
White with #D59112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59112; }
p { color: rgb(213,145,18); }
H1.HeaderClassName
{
color: #D59112;
}
.AnyTagClassName
{
color: #D59112;
}
</style>
background-color css
<style>
a { background-color: #D59112; }
a { background-color: rgb(213,145,18); }
div.DivClassName
{
background-color: #D59112;
}
.BgClassName
{
background-color: #D59112;
}
</style>
border-color css
<style>
span { border-color: #D59112; }
span { border-color: rgb(213,145,18); }
td.TdClassName
{
border-color: #D59112;
}
.TagClassName
{
border-color: #D59112;
}
</style>