Shades of Gamboge #D58E13
Tints of Gamboge #D58E13
RGB
CMYK
RGB Variations
Color information
#D58E13 (or 0xD58E13) is known color: Gamboge. HEX triplet: D5, 8E and 13. RGB value is (213,142,19). Sum of RGB (Red+Green+Blue) = 213+142+19=374 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.95% from 374); Green value is 142 (55.86% from 255 or 37.97% from 374); Blue value is 19 (7.81% from 255 or 5.08% from 374); Max value from RGB is 213 - color contains mainly: red. Hex color #D58E13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58E13 is #2A71EC. Grayscale: #959595. Windows color (decimal): -2781677 or 1281749. OLE color: 1281749.
HSL color Cylindrical-coordinate representation of color #D58E13: hue angle of 38.04º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D58E13 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 142 | 19 | - |
| CMYK | 0 | 0.33 | 0.91 | 0.16 |
| HSL | 38.04º | 0.84% | 0.45% | - |
| HSV(B) | 38.04º | 0.91% | 0.84% | - |
| XYZ | 37.23 | 33.54 | 5.13 | - |
| YUV | 149.21 | 54.52 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 142 | 19 | 0 | 0.33 | 0.91 | 0.16 | 38.04 | 0.84 | 0.45 |
| Hex | D5 | 8E | 13 | 0 | 21 | 5B | 10 | 26 | 54 | 2D |
| Octal | 325 | 216 | 23 | 0 | 41 | 133 | 20 | 46 | 124 | 55 |
| Binary | 11010101 | 10001110 | 10011 | 0 | 100001 | 1011011 | 10000 | 100110 | 1010100 | 101101 |
Color Harmonies of #D58E13
Complementary color
Monochromatic Colors of #D58E13
Black with #D58E13
Text Example
Text Example
White with #D58E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58E13; }
p { color: rgb(213,142,19); }
H1.HeaderClassName
{
color: #D58E13;
}
.AnyTagClassName
{
color: #D58E13;
}
</style>
background-color css
<style>
a { background-color: #D58E13; }
a { background-color: rgb(213,142,19); }
div.DivClassName
{
background-color: #D58E13;
}
.BgClassName
{
background-color: #D58E13;
}
</style>
border-color css
<style>
span { border-color: #D58E13; }
span { border-color: rgb(213,142,19); }
td.TdClassName
{
border-color: #D58E13;
}
.TagClassName
{
border-color: #D58E13;
}
</style>