Shades of Gamboge #D58D0D
Tints of Gamboge #D58D0D
RGB
CMYK
RGB Variations
Color information
#D58D0D (or 0xD58D0D) is known color: Gamboge. HEX triplet: D5, 8D and 0D. RGB value is (213,141,13). Sum of RGB (Red+Green+Blue) = 213+141+13=367 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.04% from 367); Green value is 141 (55.47% from 255 or 38.42% from 367); Blue value is 13 (5.47% from 255 or 3.54% from 367); Max value from RGB is 213 - color contains mainly: red. Hex color #D58D0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58D0D is #2A72F2. Grayscale: #949494. Windows color (decimal): -2781939 or 888277. OLE color: 888277.
HSL color Cylindrical-coordinate representation of color #D58D0D: hue angle of 38.4º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D58D0D is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 141 | 13 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.16 |
| HSL | 38.4º | 0.88% | 0.44% | - |
| HSV(B) | 38.4º | 0.94% | 0.84% | - |
| XYZ | 37.04 | 33.22 | 4.84 | - |
| YUV | 147.94 | 51.85 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 141 | 13 | 0 | 0.34 | 0.94 | 0.16 | 38.4 | 0.88 | 0.44 |
| Hex | D5 | 8D | D | 0 | 22 | 5E | 10 | 26 | 58 | 2C |
| Octal | 325 | 215 | 15 | 0 | 42 | 136 | 20 | 46 | 130 | 54 |
| Binary | 11010101 | 10001101 | 1101 | 0 | 100010 | 1011110 | 10000 | 100110 | 1011000 | 101100 |
Color Harmonies of #D58D0D
Complementary color
Monochromatic Colors of #D58D0D
Black with #D58D0D
Text Example
Text Example
White with #D58D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58D0D; }
p { color: rgb(213,141,13); }
H1.HeaderClassName
{
color: #D58D0D;
}
.AnyTagClassName
{
color: #D58D0D;
}
</style>
background-color css
<style>
a { background-color: #D58D0D; }
a { background-color: rgb(213,141,13); }
div.DivClassName
{
background-color: #D58D0D;
}
.BgClassName
{
background-color: #D58D0D;
}
</style>
border-color css
<style>
span { border-color: #D58D0D; }
span { border-color: rgb(213,141,13); }
td.TdClassName
{
border-color: #D58D0D;
}
.TagClassName
{
border-color: #D58D0D;
}
</style>