Shades of Gamboge #DAA208
Tints of Gamboge #DAA208
RGB
CMYK
RGB Variations
Color information
#DAA208 (or 0xDAA208) is known color: Gamboge. HEX triplet: DA, A2 and 08. RGB value is (218,162,8). Sum of RGB (Red+Green+Blue) = 218+162+8=388 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.19% from 388); Green value is 162 (63.67% from 255 or 41.75% from 388); Blue value is 8 (3.52% from 255 or 2.06% from 388); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA208 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA208 is #255DF7. Grayscale: #A1A1A1. Windows color (decimal): -2448888 or 565978. OLE color: 565978.
HSL color Cylindrical-coordinate representation of color #DAA208: hue angle of 44º 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 #DAA208 is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 162 | 8 | - |
| CMYK | 0 | 0.26 | 0.96 | 0.15 |
| HSL | 44º | 0.93% | 0.44% | - |
| HSV(B) | 44º | 0.96% | 0.85% | - |
| XYZ | 41.88 | 40.76 | 5.89 | - |
| YUV | 161.19 | 41.55 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 162 | 8 | 0 | 0.26 | 0.96 | 0.15 | 44 | 0.93 | 0.44 |
| Hex | DA | A2 | 8 | 0 | 1A | 60 | F | 2C | 5D | 2C |
| Octal | 332 | 242 | 10 | 0 | 32 | 140 | 17 | 54 | 135 | 54 |
| Binary | 11011010 | 10100010 | 1000 | 0 | 11010 | 1100000 | 1111 | 101100 | 1011101 | 101100 |
Color Harmonies of #DAA208
Complementary color
Monochromatic Colors of #DAA208
Black with #DAA208
Text Example
Text Example
White with #DAA208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA208; }
p { color: rgb(218,162,8); }
H1.HeaderClassName
{
color: #DAA208;
}
.AnyTagClassName
{
color: #DAA208;
}
</style>
background-color css
<style>
a { background-color: #DAA208; }
a { background-color: rgb(218,162,8); }
div.DivClassName
{
background-color: #DAA208;
}
.BgClassName
{
background-color: #DAA208;
}
</style>
border-color css
<style>
span { border-color: #DAA208; }
span { border-color: rgb(218,162,8); }
td.TdClassName
{
border-color: #DAA208;
}
.TagClassName
{
border-color: #DAA208;
}
</style>