Shades of Gamboge #D48A0D
Tints of Gamboge #D48A0D
RGB
CMYK
RGB Variations
Color information
#D48A0D (or 0xD48A0D) is known color: Gamboge. HEX triplet: D4, 8A and 0D. RGB value is (212,138,13). Sum of RGB (Red+Green+Blue) = 212+138+13=363 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.40% from 363); Green value is 138 (54.30% from 255 or 38.02% from 363); Blue value is 13 (5.47% from 255 or 3.58% from 363); Max value from RGB is 212 - color contains mainly: red. Hex color #D48A0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D48A0D is #2B75F2. Grayscale: #929292. Windows color (decimal): -2848243 or 887508. OLE color: 887508.
HSL color Cylindrical-coordinate representation of color #D48A0D: hue angle of 37.69º 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 #D48A0D is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 138 | 13 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.17 |
| HSL | 37.69º | 0.88% | 0.44% | - |
| HSV(B) | 37.69º | 0.94% | 0.83% | - |
| XYZ | 36.31 | 32.2 | 4.68 | - |
| YUV | 145.88 | 53.02 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 138 | 13 | 0 | 0.35 | 0.94 | 0.17 | 37.69 | 0.88 | 0.44 |
| Hex | D4 | 8A | D | 0 | 23 | 5E | 11 | 26 | 58 | 2C |
| Octal | 324 | 212 | 15 | 0 | 43 | 136 | 21 | 46 | 130 | 54 |
| Binary | 11010100 | 10001010 | 1101 | 0 | 100011 | 1011110 | 10001 | 100110 | 1011000 | 101100 |
Color Harmonies of #D48A0D
Complementary color
Monochromatic Colors of #D48A0D
Black with #D48A0D
Text Example
Text Example
White with #D48A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48A0D; }
p { color: rgb(212,138,13); }
H1.HeaderClassName
{
color: #D48A0D;
}
.AnyTagClassName
{
color: #D48A0D;
}
</style>
background-color css
<style>
a { background-color: #D48A0D; }
a { background-color: rgb(212,138,13); }
div.DivClassName
{
background-color: #D48A0D;
}
.BgClassName
{
background-color: #D48A0D;
}
</style>
border-color css
<style>
span { border-color: #D48A0D; }
span { border-color: rgb(212,138,13); }
td.TdClassName
{
border-color: #D48A0D;
}
.TagClassName
{
border-color: #D48A0D;
}
</style>