Shades of Gamboge #D4850D
Tints of Gamboge #D4850D
RGB
CMYK
RGB Variations
Color information
#D4850D (or 0xD4850D) is known color: Gamboge. HEX triplet: D4, 85 and 0D. RGB value is (212,133,13). Sum of RGB (Red+Green+Blue) = 212+133+13=358 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.22% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 13 (5.47% from 255 or 3.63% from 358); Max value from RGB is 212 - color contains mainly: red. Hex color #D4850D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4850D is #2B7AF2. Grayscale: #8F8F8F. Windows color (decimal): -2849523 or 886228. OLE color: 886228.
HSL color Cylindrical-coordinate representation of color #D4850D: hue angle of 36.18º 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 #D4850D is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 133 | 13 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.17 |
| HSL | 36.18º | 0.88% | 0.44% | - |
| HSV(B) | 36.18º | 0.94% | 0.83% | - |
| XYZ | 35.61 | 30.8 | 4.45 | - |
| YUV | 142.94 | 54.67 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 133 | 13 | 0 | 0.37 | 0.94 | 0.17 | 36.18 | 0.88 | 0.44 |
| Hex | D4 | 85 | D | 0 | 25 | 5E | 11 | 24 | 58 | 2C |
| Octal | 324 | 205 | 15 | 0 | 45 | 136 | 21 | 44 | 130 | 54 |
| Binary | 11010100 | 10000101 | 1101 | 0 | 100101 | 1011110 | 10001 | 100100 | 1011000 | 101100 |
Color Harmonies of #D4850D
Complementary color
Monochromatic Colors of #D4850D
Black with #D4850D
Text Example
Text Example
White with #D4850D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4850D; }
p { color: rgb(212,133,13); }
H1.HeaderClassName
{
color: #D4850D;
}
.AnyTagClassName
{
color: #D4850D;
}
</style>
background-color css
<style>
a { background-color: #D4850D; }
a { background-color: rgb(212,133,13); }
div.DivClassName
{
background-color: #D4850D;
}
.BgClassName
{
background-color: #D4850D;
}
</style>
border-color css
<style>
span { border-color: #D4850D; }
span { border-color: rgb(212,133,13); }
td.TdClassName
{
border-color: #D4850D;
}
.TagClassName
{
border-color: #D4850D;
}
</style>