Shades of Gamboge #D0A805
Tints of Gamboge #D0A805
RGB
CMYK
RGB Variations
Color information
#D0A805 (or 0xD0A805) is known color: Gamboge. HEX triplet: D0, A8 and 05. RGB value is (208,168,5). Sum of RGB (Red+Green+Blue) = 208+168+5=381 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.59% from 381); Green value is 168 (66.02% from 255 or 44.09% from 381); Blue value is 5 (2.34% from 255 or 1.31% from 381); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A805 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0A805 is #2F57FA. Grayscale: #A2A2A2. Windows color (decimal): -3102715 or 370896. OLE color: 370896.
HSL color Cylindrical-coordinate representation of color #D0A805: hue angle of 48.18º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D0A805 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 168 | 5 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.18 |
| HSL | 48.18º | 0.95% | 0.42% | - |
| HSV(B) | 48.18º | 0.98% | 0.82% | - |
| XYZ | 40.04 | 41.43 | 6.03 | - |
| YUV | 161.38 | 39.75 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 168 | 5 | 0 | 0.19 | 0.98 | 0.18 | 48.18 | 0.95 | 0.42 |
| Hex | D0 | A8 | 5 | 0 | 13 | 62 | 12 | 30 | 5F | 2A |
| Octal | 320 | 250 | 5 | 0 | 23 | 142 | 22 | 60 | 137 | 52 |
| Binary | 11010000 | 10101000 | 101 | 0 | 10011 | 1100010 | 10010 | 110000 | 1011111 | 101010 |
Color Harmonies of #D0A805
Complementary color
Monochromatic Colors of #D0A805
Black with #D0A805
Text Example
Text Example
White with #D0A805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A805; }
p { color: rgb(208,168,5); }
H1.HeaderClassName
{
color: #D0A805;
}
.AnyTagClassName
{
color: #D0A805;
}
</style>
background-color css
<style>
a { background-color: #D0A805; }
a { background-color: rgb(208,168,5); }
div.DivClassName
{
background-color: #D0A805;
}
.BgClassName
{
background-color: #D0A805;
}
</style>
border-color css
<style>
span { border-color: #D0A805; }
span { border-color: rgb(208,168,5); }
td.TdClassName
{
border-color: #D0A805;
}
.TagClassName
{
border-color: #D0A805;
}
</style>