Shades of Gamboge #D5890C
Tints of Gamboge #D5890C
RGB
CMYK
RGB Variations
Color information
#D5890C (or 0xD5890C) is known color: Gamboge. HEX triplet: D5, 89 and 0C. RGB value is (213,137,12). Sum of RGB (Red+Green+Blue) = 213+137+12=362 (47% of max value = 765). Red value is 213 (83.59% from 255 or 58.84% from 362); Green value is 137 (53.91% from 255 or 37.85% from 362); Blue value is 12 (5.08% from 255 or 3.31% from 362); Max value from RGB is 213 - color contains mainly: red. Hex color #D5890C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5890C is #2A76F3. Grayscale: #929292. Windows color (decimal): -2782964 or 821717. OLE color: 821717.
HSL color Cylindrical-coordinate representation of color #D5890C: hue angle of 37.31º degrees, saturation: 0.89, 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 #D5890C is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 137 | 12 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.16 |
| HSL | 37.31º | 0.89% | 0.44% | - |
| HSV(B) | 37.31º | 0.94% | 0.84% | - |
| XYZ | 36.45 | 32.06 | 4.62 | - |
| YUV | 145.47 | 52.68 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 137 | 12 | 0 | 0.36 | 0.94 | 0.16 | 37.31 | 0.89 | 0.44 |
| Hex | D5 | 89 | C | 0 | 24 | 5E | 10 | 25 | 59 | 2C |
| Octal | 325 | 211 | 14 | 0 | 44 | 136 | 20 | 45 | 131 | 54 |
| Binary | 11010101 | 10001001 | 1100 | 0 | 100100 | 1011110 | 10000 | 100101 | 1011001 | 101100 |
Color Harmonies of #D5890C
Complementary color
Monochromatic Colors of #D5890C
Black with #D5890C
Text Example
Text Example
White with #D5890C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5890C; }
p { color: rgb(213,137,12); }
H1.HeaderClassName
{
color: #D5890C;
}
.AnyTagClassName
{
color: #D5890C;
}
</style>
background-color css
<style>
a { background-color: #D5890C; }
a { background-color: rgb(213,137,12); }
div.DivClassName
{
background-color: #D5890C;
}
.BgClassName
{
background-color: #D5890C;
}
</style>
border-color css
<style>
span { border-color: #D5890C; }
span { border-color: rgb(213,137,12); }
td.TdClassName
{
border-color: #D5890C;
}
.TagClassName
{
border-color: #D5890C;
}
</style>