Shades of Gamboge #D4900D
Tints of Gamboge #D4900D
RGB
CMYK
RGB Variations
Color information
#D4900D (or 0xD4900D) is known color: Gamboge. HEX triplet: D4, 90 and 0D. RGB value is (212,144,13). Sum of RGB (Red+Green+Blue) = 212+144+13=369 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.45% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 13 (5.47% from 255 or 3.52% from 369); Max value from RGB is 212 - color contains mainly: red. Hex color #D4900D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4900D is #2B6FF2. Grayscale: #959595. Windows color (decimal): -2846707 or 889044. OLE color: 889044.
HSL color Cylindrical-coordinate representation of color #D4900D: hue angle of 39.5º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D4900D is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 144 | 13 | - |
| CMYK | 0 | 0.32 | 0.94 | 0.17 |
| HSL | 39.5º | 0.88% | 0.44% | - |
| HSV(B) | 39.5º | 0.94% | 0.83% | - |
| XYZ | 37.2 | 33.97 | 4.98 | - |
| YUV | 149.4 | 51.03 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 144 | 13 | 0 | 0.32 | 0.94 | 0.17 | 39.5 | 0.88 | 0.44 |
| Hex | D4 | 90 | D | 0 | 20 | 5E | 11 | 27 | 58 | 2C |
| Octal | 324 | 220 | 15 | 0 | 40 | 136 | 21 | 47 | 130 | 54 |
| Binary | 11010100 | 10010000 | 1101 | 0 | 100000 | 1011110 | 10001 | 100111 | 1011000 | 101100 |
Color Harmonies of #D4900D
Complementary color
Monochromatic Colors of #D4900D
Black with #D4900D
Text Example
Text Example
White with #D4900D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4900D; }
p { color: rgb(212,144,13); }
H1.HeaderClassName
{
color: #D4900D;
}
.AnyTagClassName
{
color: #D4900D;
}
</style>
background-color css
<style>
a { background-color: #D4900D; }
a { background-color: rgb(212,144,13); }
div.DivClassName
{
background-color: #D4900D;
}
.BgClassName
{
background-color: #D4900D;
}
</style>
border-color css
<style>
span { border-color: #D4900D; }
span { border-color: rgb(212,144,13); }
td.TdClassName
{
border-color: #D4900D;
}
.TagClassName
{
border-color: #D4900D;
}
</style>