Shades of Gamboge #DAA802
Tints of Gamboge #DAA802
RGB
CMYK
RGB Variations
Color information
#DAA802 (or 0xDAA802) is known color: Gamboge. HEX triplet: DA, A8 and 02. RGB value is (218,168,2). Sum of RGB (Red+Green+Blue) = 218+168+2=388 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.19% from 388); Green value is 168 (66.02% from 255 or 43.30% from 388); Blue value is 2 (1.17% from 255 or 0.52% from 388); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA802 is #2557FD. Grayscale: #A4A4A4. Windows color (decimal): -2447358 or 174298. OLE color: 174298.
HSL color Cylindrical-coordinate representation of color #DAA802: hue angle of 46.11º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DAA802 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 168 | 2 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.15 |
| HSL | 46.11º | 0.98% | 0.43% | - |
| HSV(B) | 46.11º | 0.99% | 0.85% | - |
| XYZ | 42.93 | 42.92 | 6.08 | - |
| YUV | 164.03 | 36.57 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 168 | 2 | 0 | 0.23 | 0.99 | 0.15 | 46.11 | 0.98 | 0.43 |
| Hex | DA | A8 | 2 | 0 | 17 | 63 | F | 2E | 62 | 2B |
| Octal | 332 | 250 | 2 | 0 | 27 | 143 | 17 | 56 | 142 | 53 |
| Binary | 11011010 | 10101000 | 10 | 0 | 10111 | 1100011 | 1111 | 101110 | 1100010 | 101011 |
Color Harmonies of #DAA802
Complementary color
Monochromatic Colors of #DAA802
Black with #DAA802
Text Example
Text Example
White with #DAA802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA802; }
p { color: rgb(218,168,2); }
H1.HeaderClassName
{
color: #DAA802;
}
.AnyTagClassName
{
color: #DAA802;
}
</style>
background-color css
<style>
a { background-color: #DAA802; }
a { background-color: rgb(218,168,2); }
div.DivClassName
{
background-color: #DAA802;
}
.BgClassName
{
background-color: #DAA802;
}
</style>
border-color css
<style>
span { border-color: #DAA802; }
span { border-color: rgb(218,168,2); }
td.TdClassName
{
border-color: #DAA802;
}
.TagClassName
{
border-color: #DAA802;
}
</style>