Shades of Gamboge #DAA102
Tints of Gamboge #DAA102
RGB
CMYK
RGB Variations
Color information
#DAA102 (or 0xDAA102) is known color: Gamboge. HEX triplet: DA, A1 and 02. RGB value is (218,161,2). Sum of RGB (Red+Green+Blue) = 218+161+2=381 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.22% from 381); Green value is 161 (63.28% from 255 or 42.26% from 381); Blue value is 2 (1.17% from 255 or 0.52% from 381); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA102 is #255EFD. Grayscale: #A0A0A0. Windows color (decimal): -2449150 or 172506. OLE color: 172506.
HSL color Cylindrical-coordinate representation of color #DAA102: hue angle of 44.17º 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 #DAA102 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 161 | 2 | - |
| CMYK | 0 | 0.26 | 0.99 | 0.15 |
| HSL | 44.17º | 0.98% | 0.43% | - |
| HSV(B) | 44.17º | 0.99% | 0.85% | - |
| XYZ | 41.67 | 40.4 | 5.66 | - |
| YUV | 159.92 | 38.88 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 161 | 2 | 0 | 0.26 | 0.99 | 0.15 | 44.17 | 0.98 | 0.43 |
| Hex | DA | A1 | 2 | 0 | 1A | 63 | F | 2C | 62 | 2B |
| Octal | 332 | 241 | 2 | 0 | 32 | 143 | 17 | 54 | 142 | 53 |
| Binary | 11011010 | 10100001 | 10 | 0 | 11010 | 1100011 | 1111 | 101100 | 1100010 | 101011 |
Color Harmonies of #DAA102
Complementary color
Monochromatic Colors of #DAA102
Black with #DAA102
Text Example
Text Example
White with #DAA102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA102; }
p { color: rgb(218,161,2); }
H1.HeaderClassName
{
color: #DAA102;
}
.AnyTagClassName
{
color: #DAA102;
}
</style>
background-color css
<style>
a { background-color: #DAA102; }
a { background-color: rgb(218,161,2); }
div.DivClassName
{
background-color: #DAA102;
}
.BgClassName
{
background-color: #DAA102;
}
</style>
border-color css
<style>
span { border-color: #DAA102; }
span { border-color: rgb(218,161,2); }
td.TdClassName
{
border-color: #DAA102;
}
.TagClassName
{
border-color: #DAA102;
}
</style>