Shades of Gamboge #DAA60B
Tints of Gamboge #DAA60B
RGB
CMYK
RGB Variations
Color information
#DAA60B (or 0xDAA60B) is known color: Gamboge. HEX triplet: DA, A6 and 0B. RGB value is (218,166,11). Sum of RGB (Red+Green+Blue) = 218+166+11=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 166 (65.23% from 255 or 42.03% from 395); Blue value is 11 (4.69% from 255 or 2.78% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA60B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA60B is #2559F4. Grayscale: #A4A4A4. Windows color (decimal): -2447861 or 763610. OLE color: 763610.
HSL color Cylindrical-coordinate representation of color #DAA60B: hue angle of 44.93º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DAA60B is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 166 | 11 | - |
| CMYK | 0 | 0.24 | 0.95 | 0.15 |
| HSL | 44.93º | 0.9% | 0.45% | - |
| HSV(B) | 44.93º | 0.95% | 0.85% | - |
| XYZ | 42.61 | 42.2 | 6.22 | - |
| YUV | 163.88 | 41.73 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 166 | 11 | 0 | 0.24 | 0.95 | 0.15 | 44.93 | 0.9 | 0.45 |
| Hex | DA | A6 | B | 0 | 18 | 5F | F | 2D | 5A | 2D |
| Octal | 332 | 246 | 13 | 0 | 30 | 137 | 17 | 55 | 132 | 55 |
| Binary | 11011010 | 10100110 | 1011 | 0 | 11000 | 1011111 | 1111 | 101101 | 1011010 | 101101 |
Color Harmonies of #DAA60B
Complementary color
Monochromatic Colors of #DAA60B
Black with #DAA60B
Text Example
Text Example
White with #DAA60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA60B; }
p { color: rgb(218,166,11); }
H1.HeaderClassName
{
color: #DAA60B;
}
.AnyTagClassName
{
color: #DAA60B;
}
</style>
background-color css
<style>
a { background-color: #DAA60B; }
a { background-color: rgb(218,166,11); }
div.DivClassName
{
background-color: #DAA60B;
}
.BgClassName
{
background-color: #DAA60B;
}
</style>
border-color css
<style>
span { border-color: #DAA60B; }
span { border-color: rgb(218,166,11); }
td.TdClassName
{
border-color: #DAA60B;
}
.TagClassName
{
border-color: #DAA60B;
}
</style>