Shades of Gamboge #DAA602
Tints of Gamboge #DAA602
RGB
CMYK
RGB Variations
Color information
#DAA602 (or 0xDAA602) is known color: Gamboge. HEX triplet: DA, A6 and 02. RGB value is (218,166,2). Sum of RGB (Red+Green+Blue) = 218+166+2=386 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.48% from 386); Green value is 166 (65.23% from 255 or 43.01% from 386); Blue value is 2 (1.17% from 255 or 0.52% from 386); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA602 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA602 is #2559FD. Grayscale: #A3A3A3. Windows color (decimal): -2447870 or 173786. OLE color: 173786.
HSL color Cylindrical-coordinate representation of color #DAA602: hue angle of 45.56º 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 #DAA602 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 166 | 2 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.15 |
| HSL | 45.56º | 0.98% | 0.43% | - |
| HSV(B) | 45.56º | 0.99% | 0.85% | - |
| XYZ | 42.56 | 42.18 | 5.96 | - |
| YUV | 162.85 | 37.23 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 166 | 2 | 0 | 0.24 | 0.99 | 0.15 | 45.56 | 0.98 | 0.43 |
| Hex | DA | A6 | 2 | 0 | 18 | 63 | F | 2E | 62 | 2B |
| Octal | 332 | 246 | 2 | 0 | 30 | 143 | 17 | 56 | 142 | 53 |
| Binary | 11011010 | 10100110 | 10 | 0 | 11000 | 1100011 | 1111 | 101110 | 1100010 | 101011 |
Color Harmonies of #DAA602
Complementary color
Monochromatic Colors of #DAA602
Black with #DAA602
Text Example
Text Example
White with #DAA602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA602; }
p { color: rgb(218,166,2); }
H1.HeaderClassName
{
color: #DAA602;
}
.AnyTagClassName
{
color: #DAA602;
}
</style>
background-color css
<style>
a { background-color: #DAA602; }
a { background-color: rgb(218,166,2); }
div.DivClassName
{
background-color: #DAA602;
}
.BgClassName
{
background-color: #DAA602;
}
</style>
border-color css
<style>
span { border-color: #DAA602; }
span { border-color: rgb(218,166,2); }
td.TdClassName
{
border-color: #DAA602;
}
.TagClassName
{
border-color: #DAA602;
}
</style>