Shades of Gamboge #D4900E
Tints of Gamboge #D4900E
RGB
CMYK
RGB Variations
Color information
#D4900E (or 0xD4900E) is known color: Gamboge. HEX triplet: D4, 90 and 0E. RGB value is (212,144,14). Sum of RGB (Red+Green+Blue) = 212+144+14=370 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.30% from 370); Green value is 144 (56.64% from 255 or 38.92% from 370); Blue value is 14 (5.86% from 255 or 3.78% from 370); Max value from RGB is 212 - color contains mainly: red. Hex color #D4900E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4900E is #2B6FF1. Grayscale: #969696. Windows color (decimal): -2846706 or 954580. OLE color: 954580.
HSL color Cylindrical-coordinate representation of color #D4900E: hue angle of 39.39º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D4900E is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 144 | 14 | - |
| CMYK | 0 | 0.32 | 0.93 | 0.17 |
| HSL | 39.39º | 0.88% | 0.44% | - |
| HSV(B) | 39.39º | 0.93% | 0.83% | - |
| XYZ | 37.2 | 33.98 | 5.01 | - |
| YUV | 149.51 | 51.53 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 144 | 14 | 0 | 0.32 | 0.93 | 0.17 | 39.39 | 0.88 | 0.44 |
| Hex | D4 | 90 | E | 0 | 20 | 5D | 11 | 27 | 58 | 2C |
| Octal | 324 | 220 | 16 | 0 | 40 | 135 | 21 | 47 | 130 | 54 |
| Binary | 11010100 | 10010000 | 1110 | 0 | 100000 | 1011101 | 10001 | 100111 | 1011000 | 101100 |
Color Harmonies of #D4900E
Complementary color
Monochromatic Colors of #D4900E
Black with #D4900E
Text Example
Text Example
White with #D4900E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4900E; }
p { color: rgb(212,144,14); }
H1.HeaderClassName
{
color: #D4900E;
}
.AnyTagClassName
{
color: #D4900E;
}
</style>
background-color css
<style>
a { background-color: #D4900E; }
a { background-color: rgb(212,144,14); }
div.DivClassName
{
background-color: #D4900E;
}
.BgClassName
{
background-color: #D4900E;
}
</style>
border-color css
<style>
span { border-color: #D4900E; }
span { border-color: rgb(212,144,14); }
td.TdClassName
{
border-color: #D4900E;
}
.TagClassName
{
border-color: #D4900E;
}
</style>