Shades of Gamboge #D59F12
Tints of Gamboge #D59F12
RGB
CMYK
RGB Variations
Color information
#D59F12 (or 0xD59F12) is known color: Gamboge. HEX triplet: D5, 9F and 12. RGB value is (213,159,18). Sum of RGB (Red+Green+Blue) = 213+159+18=390 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.62% from 390); Green value is 159 (62.5% from 255 or 40.77% from 390); Blue value is 18 (7.42% from 255 or 4.62% from 390); Max value from RGB is 213 - color contains mainly: red. Hex color #D59F12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59F12 is #2A60ED. Grayscale: #9F9F9F. Windows color (decimal): -2777326 or 1220565. OLE color: 1220565.
HSL color Cylindrical-coordinate representation of color #D59F12: hue angle of 43.38º 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 #D59F12 is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 159 | 18 | - |
| CMYK | 0 | 0.25 | 0.92 | 0.16 |
| HSL | 43.38º | 0.84% | 0.45% | - |
| HSV(B) | 43.38º | 0.92% | 0.84% | - |
| XYZ | 39.95 | 38.99 | 5.99 | - |
| YUV | 159.07 | 48.39 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 159 | 18 | 0 | 0.25 | 0.92 | 0.16 | 43.38 | 0.84 | 0.45 |
| Hex | D5 | 9F | 12 | 0 | 19 | 5C | 10 | 2B | 54 | 2D |
| Octal | 325 | 237 | 22 | 0 | 31 | 134 | 20 | 53 | 124 | 55 |
| Binary | 11010101 | 10011111 | 10010 | 0 | 11001 | 1011100 | 10000 | 101011 | 1010100 | 101101 |
Color Harmonies of #D59F12
Complementary color
Monochromatic Colors of #D59F12
Black with #D59F12
Text Example
Text Example
White with #D59F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59F12; }
p { color: rgb(213,159,18); }
H1.HeaderClassName
{
color: #D59F12;
}
.AnyTagClassName
{
color: #D59F12;
}
</style>
background-color css
<style>
a { background-color: #D59F12; }
a { background-color: rgb(213,159,18); }
div.DivClassName
{
background-color: #D59F12;
}
.BgClassName
{
background-color: #D59F12;
}
</style>
border-color css
<style>
span { border-color: #D59F12; }
span { border-color: rgb(213,159,18); }
td.TdClassName
{
border-color: #D59F12;
}
.TagClassName
{
border-color: #D59F12;
}
</style>