Shades of Gamboge #D0A00F
Tints of Gamboge #D0A00F
RGB
CMYK
RGB Variations
Color information
#D0A00F (or 0xD0A00F) is known color: Gamboge. HEX triplet: D0, A0 and 0F. RGB value is (208,160,15). Sum of RGB (Red+Green+Blue) = 208+160+15=383 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.31% from 383); Green value is 160 (62.89% from 255 or 41.78% from 383); Blue value is 15 (6.25% from 255 or 3.92% from 383); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A00F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0A00F is #2F5FF0. Grayscale: #9E9E9E. Windows color (decimal): -3104753 or 1024208. OLE color: 1024208.
HSL color Cylindrical-coordinate representation of color #D0A00F: hue angle of 45.08º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D0A00F is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 160 | 15 | - |
| CMYK | 0 | 0.23 | 0.93 | 0.18 |
| HSL | 45.08º | 0.87% | 0.44% | - |
| HSV(B) | 45.08º | 0.93% | 0.82% | - |
| XYZ | 38.67 | 38.59 | 5.86 | - |
| YUV | 157.82 | 47.4 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 160 | 15 | 0 | 0.23 | 0.93 | 0.18 | 45.08 | 0.87 | 0.44 |
| Hex | D0 | A0 | F | 0 | 17 | 5D | 12 | 2D | 57 | 2C |
| Octal | 320 | 240 | 17 | 0 | 27 | 135 | 22 | 55 | 127 | 54 |
| Binary | 11010000 | 10100000 | 1111 | 0 | 10111 | 1011101 | 10010 | 101101 | 1010111 | 101100 |
Color Harmonies of #D0A00F
Complementary color
Monochromatic Colors of #D0A00F
Black with #D0A00F
Text Example
Text Example
White with #D0A00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A00F; }
p { color: rgb(208,160,15); }
H1.HeaderClassName
{
color: #D0A00F;
}
.AnyTagClassName
{
color: #D0A00F;
}
</style>
background-color css
<style>
a { background-color: #D0A00F; }
a { background-color: rgb(208,160,15); }
div.DivClassName
{
background-color: #D0A00F;
}
.BgClassName
{
background-color: #D0A00F;
}
</style>
border-color css
<style>
span { border-color: #D0A00F; }
span { border-color: rgb(208,160,15); }
td.TdClassName
{
border-color: #D0A00F;
}
.TagClassName
{
border-color: #D0A00F;
}
</style>