Shades of Gamboge #DAAA0C
Tints of Gamboge #DAAA0C
RGB
CMYK
RGB Variations
Color information
#DAAA0C (or 0xDAAA0C) is known color: Gamboge. HEX triplet: DA, AA and 0C. RGB value is (218,170,12). Sum of RGB (Red+Green+Blue) = 218+170+12=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 170 (66.80% from 255 or 42.5% from 400); Blue value is 12 (5.08% from 255 or 3% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAAA0C is #2555F3. Grayscale: #A7A7A7. Windows color (decimal): -2446836 or 830170. OLE color: 830170.
HSL color Cylindrical-coordinate representation of color #DAAA0C: hue angle of 46.02º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DAAA0C is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 170 | 12 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.15 |
| HSL | 46.02º | 0.9% | 0.45% | - |
| HSV(B) | 46.02º | 0.94% | 0.85% | - |
| XYZ | 43.35 | 43.68 | 6.49 | - |
| YUV | 166.34 | 40.9 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 170 | 12 | 0 | 0.22 | 0.94 | 0.15 | 46.02 | 0.9 | 0.45 |
| Hex | DA | AA | C | 0 | 16 | 5E | F | 2E | 5A | 2D |
| Octal | 332 | 252 | 14 | 0 | 26 | 136 | 17 | 56 | 132 | 55 |
| Binary | 11011010 | 10101010 | 1100 | 0 | 10110 | 1011110 | 1111 | 101110 | 1011010 | 101101 |
Color Harmonies of #DAAA0C
Complementary color
Monochromatic Colors of #DAAA0C
Black with #DAAA0C
Text Example
Text Example
White with #DAAA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAA0C; }
p { color: rgb(218,170,12); }
H1.HeaderClassName
{
color: #DAAA0C;
}
.AnyTagClassName
{
color: #DAAA0C;
}
</style>
background-color css
<style>
a { background-color: #DAAA0C; }
a { background-color: rgb(218,170,12); }
div.DivClassName
{
background-color: #DAAA0C;
}
.BgClassName
{
background-color: #DAAA0C;
}
</style>
border-color css
<style>
span { border-color: #DAAA0C; }
span { border-color: rgb(218,170,12); }
td.TdClassName
{
border-color: #DAAA0C;
}
.TagClassName
{
border-color: #DAAA0C;
}
</style>