Shades of Gamboge #D58D0A
Tints of Gamboge #D58D0A
RGB
CMYK
RGB Variations
Color information
#D58D0A (or 0xD58D0A) is known color: Gamboge. HEX triplet: D5, 8D and 0A. RGB value is (213,141,10). Sum of RGB (Red+Green+Blue) = 213+141+10=364 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.52% from 364); Green value is 141 (55.47% from 255 or 38.74% from 364); Blue value is 10 (4.30% from 255 or 2.75% from 364); Max value from RGB is 213 - color contains mainly: red. Hex color #D58D0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58D0A is #2A72F5. Grayscale: #949494. Windows color (decimal): -2781942 or 691669. OLE color: 691669.
HSL color Cylindrical-coordinate representation of color #D58D0A: hue angle of 38.72º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D58D0A is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 141 | 10 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.16 |
| HSL | 38.72º | 0.91% | 0.44% | - |
| HSV(B) | 38.72º | 0.95% | 0.84% | - |
| XYZ | 37.02 | 33.22 | 4.75 | - |
| YUV | 147.59 | 50.35 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 141 | 10 | 0 | 0.34 | 0.95 | 0.16 | 38.72 | 0.91 | 0.44 |
| Hex | D5 | 8D | A | 0 | 22 | 5F | 10 | 27 | 5B | 2C |
| Octal | 325 | 215 | 12 | 0 | 42 | 137 | 20 | 47 | 133 | 54 |
| Binary | 11010101 | 10001101 | 1010 | 0 | 100010 | 1011111 | 10000 | 100111 | 1011011 | 101100 |
Color Harmonies of #D58D0A
Complementary color
Monochromatic Colors of #D58D0A
Black with #D58D0A
Text Example
Text Example
White with #D58D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58D0A; }
p { color: rgb(213,141,10); }
H1.HeaderClassName
{
color: #D58D0A;
}
.AnyTagClassName
{
color: #D58D0A;
}
</style>
background-color css
<style>
a { background-color: #D58D0A; }
a { background-color: rgb(213,141,10); }
div.DivClassName
{
background-color: #D58D0A;
}
.BgClassName
{
background-color: #D58D0A;
}
</style>
border-color css
<style>
span { border-color: #D58D0A; }
span { border-color: rgb(213,141,10); }
td.TdClassName
{
border-color: #D58D0A;
}
.TagClassName
{
border-color: #D58D0A;
}
</style>