Shades of Gamboge #D0A10D
Tints of Gamboge #D0A10D
RGB
CMYK
RGB Variations
Color information
#D0A10D (or 0xD0A10D) is known color: Gamboge. HEX triplet: D0, A1 and 0D. RGB value is (208,161,13). Sum of RGB (Red+Green+Blue) = 208+161+13=382 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.45% from 382); Green value is 161 (63.28% from 255 or 42.15% from 382); Blue value is 13 (5.47% from 255 or 3.40% from 382); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A10D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0A10D is #2F5EF2. Grayscale: #9E9E9E. Windows color (decimal): -3104499 or 893392. OLE color: 893392.
HSL color Cylindrical-coordinate representation of color #D0A10D: hue angle of 45.54º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D0A10D is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 161 | 13 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.18 |
| HSL | 45.54º | 0.88% | 0.43% | - |
| HSV(B) | 45.54º | 0.94% | 0.82% | - |
| XYZ | 38.83 | 38.93 | 5.85 | - |
| YUV | 158.18 | 46.07 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 161 | 13 | 0 | 0.23 | 0.94 | 0.18 | 45.54 | 0.88 | 0.43 |
| Hex | D0 | A1 | D | 0 | 17 | 5E | 12 | 2E | 58 | 2B |
| Octal | 320 | 241 | 15 | 0 | 27 | 136 | 22 | 56 | 130 | 53 |
| Binary | 11010000 | 10100001 | 1101 | 0 | 10111 | 1011110 | 10010 | 101110 | 1011000 | 101011 |
Color Harmonies of #D0A10D
Complementary color
Monochromatic Colors of #D0A10D
Black with #D0A10D
Text Example
Text Example
White with #D0A10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A10D; }
p { color: rgb(208,161,13); }
H1.HeaderClassName
{
color: #D0A10D;
}
.AnyTagClassName
{
color: #D0A10D;
}
</style>
background-color css
<style>
a { background-color: #D0A10D; }
a { background-color: rgb(208,161,13); }
div.DivClassName
{
background-color: #D0A10D;
}
.BgClassName
{
background-color: #D0A10D;
}
</style>
border-color css
<style>
span { border-color: #D0A10D; }
span { border-color: rgb(208,161,13); }
td.TdClassName
{
border-color: #D0A10D;
}
.TagClassName
{
border-color: #D0A10D;
}
</style>