Shades of Gamboge #DAA808
Tints of Gamboge #DAA808
RGB
CMYK
RGB Variations
Color information
#DAA808 (or 0xDAA808) is known color: Gamboge. HEX triplet: DA, A8 and 08. RGB value is (218,168,8). Sum of RGB (Red+Green+Blue) = 218+168+8=394 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.33% from 394); Green value is 168 (66.02% from 255 or 42.64% from 394); Blue value is 8 (3.52% from 255 or 2.03% from 394); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA808 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA808 is #2557F7. Grayscale: #A5A5A5. Windows color (decimal): -2447352 or 567514. OLE color: 567514.
HSL color Cylindrical-coordinate representation of color #DAA808: hue angle of 45.71º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DAA808 is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 168 | 8 | - |
| CMYK | 0 | 0.23 | 0.96 | 0.15 |
| HSL | 45.71º | 0.93% | 0.44% | - |
| HSV(B) | 45.71º | 0.96% | 0.85% | - |
| XYZ | 42.96 | 42.93 | 6.25 | - |
| YUV | 164.71 | 39.57 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 168 | 8 | 0 | 0.23 | 0.96 | 0.15 | 45.71 | 0.93 | 0.44 |
| Hex | DA | A8 | 8 | 0 | 17 | 60 | F | 2E | 5D | 2C |
| Octal | 332 | 250 | 10 | 0 | 27 | 140 | 17 | 56 | 135 | 54 |
| Binary | 11011010 | 10101000 | 1000 | 0 | 10111 | 1100000 | 1111 | 101110 | 1011101 | 101100 |
Color Harmonies of #DAA808
Complementary color
Monochromatic Colors of #DAA808
Black with #DAA808
Text Example
Text Example
White with #DAA808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA808; }
p { color: rgb(218,168,8); }
H1.HeaderClassName
{
color: #DAA808;
}
.AnyTagClassName
{
color: #DAA808;
}
</style>
background-color css
<style>
a { background-color: #DAA808; }
a { background-color: rgb(218,168,8); }
div.DivClassName
{
background-color: #DAA808;
}
.BgClassName
{
background-color: #DAA808;
}
</style>
border-color css
<style>
span { border-color: #DAA808; }
span { border-color: rgb(218,168,8); }
td.TdClassName
{
border-color: #DAA808;
}
.TagClassName
{
border-color: #DAA808;
}
</style>