Shades of Gamboge #D58E08
Tints of Gamboge #D58E08
RGB
CMYK
RGB Variations
Color information
#D58E08 (or 0xD58E08) is known color: Gamboge. HEX triplet: D5, 8E and 08. RGB value is (213,142,8). Sum of RGB (Red+Green+Blue) = 213+142+8=363 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.68% from 363); Green value is 142 (55.86% from 255 or 39.12% from 363); Blue value is 8 (3.52% from 255 or 2.20% from 363); Max value from RGB is 213 - color contains mainly: red. Hex color #D58E08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58E08 is #2A71F7. Grayscale: #949494. Windows color (decimal): -2781688 or 560853. OLE color: 560853.
HSL color Cylindrical-coordinate representation of color #D58E08: hue angle of 39.22º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D58E08 is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 142 | 8 | - |
| CMYK | 0 | 0.33 | 0.96 | 0.16 |
| HSL | 39.22º | 0.93% | 0.43% | - |
| HSV(B) | 39.22º | 0.96% | 0.84% | - |
| XYZ | 37.16 | 33.51 | 4.74 | - |
| YUV | 147.95 | 49.02 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 142 | 8 | 0 | 0.33 | 0.96 | 0.16 | 39.22 | 0.93 | 0.43 |
| Hex | D5 | 8E | 8 | 0 | 21 | 60 | 10 | 27 | 5D | 2B |
| Octal | 325 | 216 | 10 | 0 | 41 | 140 | 20 | 47 | 135 | 53 |
| Binary | 11010101 | 10001110 | 1000 | 0 | 100001 | 1100000 | 10000 | 100111 | 1011101 | 101011 |
Color Harmonies of #D58E08
Complementary color
Monochromatic Colors of #D58E08
Black with #D58E08
Text Example
Text Example
White with #D58E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58E08; }
p { color: rgb(213,142,8); }
H1.HeaderClassName
{
color: #D58E08;
}
.AnyTagClassName
{
color: #D58E08;
}
</style>
background-color css
<style>
a { background-color: #D58E08; }
a { background-color: rgb(213,142,8); }
div.DivClassName
{
background-color: #D58E08;
}
.BgClassName
{
background-color: #D58E08;
}
</style>
border-color css
<style>
span { border-color: #D58E08; }
span { border-color: rgb(213,142,8); }
td.TdClassName
{
border-color: #D58E08;
}
.TagClassName
{
border-color: #D58E08;
}
</style>