Shades of Gamboge #DAA201
Tints of Gamboge #DAA201
RGB
CMYK
RGB Variations
Color information
#DAA201 (or 0xDAA201) is known color: Gamboge. HEX triplet: DA, A2 and 01. RGB value is (218,162,1). Sum of RGB (Red+Green+Blue) = 218+162+1=381 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.22% from 381); Green value is 162 (63.67% from 255 or 42.52% from 381); Blue value is 1 (0.78% from 255 or 0.26% from 381); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA201 is #255DFE. Grayscale: #A1A1A1. Windows color (decimal): -2448895 or 107226. OLE color: 107226.
HSL color Cylindrical-coordinate representation of color #DAA201: hue angle of 44.52º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DAA201 is Cyan = 0, Magento = 0.26, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 162 | 1 | - |
| CMYK | 0 | 0.26 | 1.00 | 0.15 |
| HSL | 44.52º | 0.99% | 0.43% | - |
| HSV(B) | 44.52º | 1% | 0.85% | - |
| XYZ | 41.84 | 40.75 | 5.69 | - |
| YUV | 160.39 | 38.05 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 162 | 1 | 0 | 0.26 | 1.00 | 0.15 | 44.52 | 0.99 | 0.43 |
| Hex | DA | A2 | 1 | 0 | 1A | 64 | F | 2D | 63 | 2B |
| Octal | 332 | 242 | 1 | 0 | 32 | 144 | 17 | 55 | 143 | 53 |
| Binary | 11011010 | 10100010 | 1 | 0 | 11010 | 1100100 | 1111 | 101101 | 1100011 | 101011 |
Color Harmonies of #DAA201
Complementary color
Monochromatic Colors of #DAA201
Black with #DAA201
Text Example
Text Example
White with #DAA201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA201; }
p { color: rgb(218,162,1); }
H1.HeaderClassName
{
color: #DAA201;
}
.AnyTagClassName
{
color: #DAA201;
}
</style>
background-color css
<style>
a { background-color: #DAA201; }
a { background-color: rgb(218,162,1); }
div.DivClassName
{
background-color: #DAA201;
}
.BgClassName
{
background-color: #DAA201;
}
</style>
border-color css
<style>
span { border-color: #DAA201; }
span { border-color: rgb(218,162,1); }
td.TdClassName
{
border-color: #DAA201;
}
.TagClassName
{
border-color: #DAA201;
}
</style>