Shades of Gamboge #D58F0E
Tints of Gamboge #D58F0E
RGB
CMYK
RGB Variations
Color information
#D58F0E (or 0xD58F0E) is known color: Gamboge. HEX triplet: D5, 8F and 0E. RGB value is (213,143,14). Sum of RGB (Red+Green+Blue) = 213+143+14=370 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.57% from 370); Green value is 143 (56.25% from 255 or 38.65% from 370); Blue value is 14 (5.86% from 255 or 3.78% from 370); Max value from RGB is 213 - color contains mainly: red. Hex color #D58F0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58F0E is #2A70F1. Grayscale: #959595. Windows color (decimal): -2781426 or 954325. OLE color: 954325.
HSL color Cylindrical-coordinate representation of color #D58F0E: hue angle of 38.89º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D58F0E is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 143 | 14 | - |
| CMYK | 0 | 0.33 | 0.93 | 0.16 |
| HSL | 38.89º | 0.88% | 0.45% | - |
| HSV(B) | 38.89º | 0.93% | 0.84% | - |
| XYZ | 37.34 | 33.82 | 4.98 | - |
| YUV | 149.22 | 51.69 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 143 | 14 | 0 | 0.33 | 0.93 | 0.16 | 38.89 | 0.88 | 0.45 |
| Hex | D5 | 8F | E | 0 | 21 | 5D | 10 | 27 | 58 | 2D |
| Octal | 325 | 217 | 16 | 0 | 41 | 135 | 20 | 47 | 130 | 55 |
| Binary | 11010101 | 10001111 | 1110 | 0 | 100001 | 1011101 | 10000 | 100111 | 1011000 | 101101 |
Color Harmonies of #D58F0E
Complementary color
Monochromatic Colors of #D58F0E
Black with #D58F0E
Text Example
Text Example
White with #D58F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58F0E; }
p { color: rgb(213,143,14); }
H1.HeaderClassName
{
color: #D58F0E;
}
.AnyTagClassName
{
color: #D58F0E;
}
</style>
background-color css
<style>
a { background-color: #D58F0E; }
a { background-color: rgb(213,143,14); }
div.DivClassName
{
background-color: #D58F0E;
}
.BgClassName
{
background-color: #D58F0E;
}
</style>
border-color css
<style>
span { border-color: #D58F0E; }
span { border-color: rgb(213,143,14); }
td.TdClassName
{
border-color: #D58F0E;
}
.TagClassName
{
border-color: #D58F0E;
}
</style>