Shades of Gamboge #DAAA0D
Tints of Gamboge #DAAA0D
RGB
CMYK
RGB Variations
Color information
#DAAA0D (or 0xDAAA0D) is known color: Gamboge. HEX triplet: DA, AA and 0D. RGB value is (218,170,13). Sum of RGB (Red+Green+Blue) = 218+170+13=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 170 (66.80% from 255 or 42.39% from 401); Blue value is 13 (5.47% from 255 or 3.24% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAAA0D is #2555F2. Grayscale: #A7A7A7. Windows color (decimal): -2446835 or 895706. OLE color: 895706.
HSL color Cylindrical-coordinate representation of color #DAAA0D: hue angle of 45.95º degrees, saturation: 0.89, 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 #DAAA0D is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 170 | 13 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.15 |
| HSL | 45.95º | 0.89% | 0.45% | - |
| HSV(B) | 45.95º | 0.94% | 0.85% | - |
| XYZ | 43.36 | 43.68 | 6.53 | - |
| YUV | 166.45 | 41.4 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 170 | 13 | 0 | 0.22 | 0.94 | 0.15 | 45.95 | 0.89 | 0.45 |
| Hex | DA | AA | D | 0 | 16 | 5E | F | 2E | 59 | 2D |
| Octal | 332 | 252 | 15 | 0 | 26 | 136 | 17 | 56 | 131 | 55 |
| Binary | 11011010 | 10101010 | 1101 | 0 | 10110 | 1011110 | 1111 | 101110 | 1011001 | 101101 |
Color Harmonies of #DAAA0D
Complementary color
Monochromatic Colors of #DAAA0D
Black with #DAAA0D
Text Example
Text Example
White with #DAAA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAA0D; }
p { color: rgb(218,170,13); }
H1.HeaderClassName
{
color: #DAAA0D;
}
.AnyTagClassName
{
color: #DAAA0D;
}
</style>
background-color css
<style>
a { background-color: #DAAA0D; }
a { background-color: rgb(218,170,13); }
div.DivClassName
{
background-color: #DAAA0D;
}
.BgClassName
{
background-color: #DAAA0D;
}
</style>
border-color css
<style>
span { border-color: #DAAA0D; }
span { border-color: rgb(218,170,13); }
td.TdClassName
{
border-color: #DAAA0D;
}
.TagClassName
{
border-color: #DAAA0D;
}
</style>