Shades of Gamboge #D5930E
Tints of Gamboge #D5930E
RGB
CMYK
RGB Variations
Color information
#D5930E (or 0xD5930E) is known color: Gamboge. HEX triplet: D5, 93 and 0E. RGB value is (213,147,14). Sum of RGB (Red+Green+Blue) = 213+147+14=374 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.95% from 374); Green value is 147 (57.81% from 255 or 39.30% from 374); Blue value is 14 (5.86% from 255 or 3.74% from 374); Max value from RGB is 213 - color contains mainly: red. Hex color #D5930E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5930E is #2A6CF1. Grayscale: #989898. Windows color (decimal): -2780402 or 955349. OLE color: 955349.
HSL color Cylindrical-coordinate representation of color #D5930E: hue angle of 40.1º 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 #D5930E is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 147 | 14 | - |
| CMYK | 0 | 0.31 | 0.93 | 0.16 |
| HSL | 40.1º | 0.88% | 0.45% | - |
| HSV(B) | 40.1º | 0.93% | 0.84% | - |
| XYZ | 37.95 | 35.05 | 5.18 | - |
| YUV | 151.57 | 50.37 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 147 | 14 | 0 | 0.31 | 0.93 | 0.16 | 40.1 | 0.88 | 0.45 |
| Hex | D5 | 93 | E | 0 | 1F | 5D | 10 | 28 | 58 | 2D |
| Octal | 325 | 223 | 16 | 0 | 37 | 135 | 20 | 50 | 130 | 55 |
| Binary | 11010101 | 10010011 | 1110 | 0 | 11111 | 1011101 | 10000 | 101000 | 1011000 | 101101 |
Color Harmonies of #D5930E
Complementary color
Monochromatic Colors of #D5930E
Black with #D5930E
Text Example
Text Example
White with #D5930E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5930E; }
p { color: rgb(213,147,14); }
H1.HeaderClassName
{
color: #D5930E;
}
.AnyTagClassName
{
color: #D5930E;
}
</style>
background-color css
<style>
a { background-color: #D5930E; }
a { background-color: rgb(213,147,14); }
div.DivClassName
{
background-color: #D5930E;
}
.BgClassName
{
background-color: #D5930E;
}
</style>
border-color css
<style>
span { border-color: #D5930E; }
span { border-color: rgb(213,147,14); }
td.TdClassName
{
border-color: #D5930E;
}
.TagClassName
{
border-color: #D5930E;
}
</style>