Shades of Gamboge #DAA60D
Tints of Gamboge #DAA60D
RGB
CMYK
RGB Variations
Color information
#DAA60D (or 0xDAA60D) is known color: Gamboge. HEX triplet: DA, A6 and 0D. RGB value is (218,166,13). Sum of RGB (Red+Green+Blue) = 218+166+13=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 166 (65.23% from 255 or 41.81% from 397); Blue value is 13 (5.47% from 255 or 3.27% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA60D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA60D is #2559F2. Grayscale: #A4A4A4. Windows color (decimal): -2447859 or 894682. OLE color: 894682.
HSL color Cylindrical-coordinate representation of color #DAA60D: hue angle of 44.78º 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 #DAA60D is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 166 | 13 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.15 |
| HSL | 44.78º | 0.89% | 0.45% | - |
| HSV(B) | 44.78º | 0.94% | 0.85% | - |
| XYZ | 42.62 | 42.21 | 6.28 | - |
| YUV | 164.11 | 42.73 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 166 | 13 | 0 | 0.24 | 0.94 | 0.15 | 44.78 | 0.89 | 0.45 |
| Hex | DA | A6 | D | 0 | 18 | 5E | F | 2D | 59 | 2D |
| Octal | 332 | 246 | 15 | 0 | 30 | 136 | 17 | 55 | 131 | 55 |
| Binary | 11011010 | 10100110 | 1101 | 0 | 11000 | 1011110 | 1111 | 101101 | 1011001 | 101101 |
Color Harmonies of #DAA60D
Complementary color
Monochromatic Colors of #DAA60D
Black with #DAA60D
Text Example
Text Example
White with #DAA60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA60D; }
p { color: rgb(218,166,13); }
H1.HeaderClassName
{
color: #DAA60D;
}
.AnyTagClassName
{
color: #DAA60D;
}
</style>
background-color css
<style>
a { background-color: #DAA60D; }
a { background-color: rgb(218,166,13); }
div.DivClassName
{
background-color: #DAA60D;
}
.BgClassName
{
background-color: #DAA60D;
}
</style>
border-color css
<style>
span { border-color: #DAA60D; }
span { border-color: rgb(218,166,13); }
td.TdClassName
{
border-color: #DAA60D;
}
.TagClassName
{
border-color: #DAA60D;
}
</style>