Shades of Gamboge #D5890D
Tints of Gamboge #D5890D
RGB
CMYK
RGB Variations
Color information
#D5890D (or 0xD5890D) is known color: Gamboge. HEX triplet: D5, 89 and 0D. RGB value is (213,137,13). Sum of RGB (Red+Green+Blue) = 213+137+13=363 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.68% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 13 (5.47% from 255 or 3.58% from 363); Max value from RGB is 213 - color contains mainly: red. Hex color #D5890D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5890D is #2A76F2. Grayscale: #929292. Windows color (decimal): -2782963 or 887253. OLE color: 887253.
HSL color Cylindrical-coordinate representation of color #D5890D: hue angle of 37.2º 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 #D5890D is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 137 | 13 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.16 |
| HSL | 37.2º | 0.88% | 0.44% | - |
| HSV(B) | 37.2º | 0.94% | 0.84% | - |
| XYZ | 36.46 | 32.07 | 4.65 | - |
| YUV | 145.59 | 53.18 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 137 | 13 | 0 | 0.36 | 0.94 | 0.16 | 37.2 | 0.88 | 0.44 |
| Hex | D5 | 89 | D | 0 | 24 | 5E | 10 | 25 | 58 | 2C |
| Octal | 325 | 211 | 15 | 0 | 44 | 136 | 20 | 45 | 130 | 54 |
| Binary | 11010101 | 10001001 | 1101 | 0 | 100100 | 1011110 | 10000 | 100101 | 1011000 | 101100 |
Color Harmonies of #D5890D
Complementary color
Monochromatic Colors of #D5890D
Black with #D5890D
Text Example
Text Example
White with #D5890D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5890D; }
p { color: rgb(213,137,13); }
H1.HeaderClassName
{
color: #D5890D;
}
.AnyTagClassName
{
color: #D5890D;
}
</style>
background-color css
<style>
a { background-color: #D5890D; }
a { background-color: rgb(213,137,13); }
div.DivClassName
{
background-color: #D5890D;
}
.BgClassName
{
background-color: #D5890D;
}
</style>
border-color css
<style>
span { border-color: #D5890D; }
span { border-color: rgb(213,137,13); }
td.TdClassName
{
border-color: #D5890D;
}
.TagClassName
{
border-color: #D5890D;
}
</style>