Shades of Gamboge #DAAC0A
Tints of Gamboge #DAAC0A
RGB
CMYK
RGB Variations
Color information
#DAAC0A (or 0xDAAC0A) is known color: Gamboge. HEX triplet: DA, AC and 0A. RGB value is (218,172,10). Sum of RGB (Red+Green+Blue) = 218+172+10=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 172 (67.58% from 255 or 43% from 400); Blue value is 10 (4.30% from 255 or 2.5% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAAC0A is #2553F5. Grayscale: #A7A7A7. Windows color (decimal): -2446326 or 699610. OLE color: 699610.
HSL color Cylindrical-coordinate representation of color #DAAC0A: hue angle of 46.73º degrees, saturation: 0.91, 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 #DAAC0A is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 172 | 10 | - |
| CMYK | 0 | 0.21 | 0.95 | 0.15 |
| HSL | 46.73º | 0.91% | 0.45% | - |
| HSV(B) | 46.73º | 0.95% | 0.85% | - |
| XYZ | 43.72 | 44.43 | 6.56 | - |
| YUV | 167.29 | 39.24 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 172 | 10 | 0 | 0.21 | 0.95 | 0.15 | 46.73 | 0.91 | 0.45 |
| Hex | DA | AC | A | 0 | 15 | 5F | F | 2F | 5B | 2D |
| Octal | 332 | 254 | 12 | 0 | 25 | 137 | 17 | 57 | 133 | 55 |
| Binary | 11011010 | 10101100 | 1010 | 0 | 10101 | 1011111 | 1111 | 101111 | 1011011 | 101101 |
Color Harmonies of #DAAC0A
Complementary color
Monochromatic Colors of #DAAC0A
Black with #DAAC0A
Text Example
Text Example
White with #DAAC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAC0A; }
p { color: rgb(218,172,10); }
H1.HeaderClassName
{
color: #DAAC0A;
}
.AnyTagClassName
{
color: #DAAC0A;
}
</style>
background-color css
<style>
a { background-color: #DAAC0A; }
a { background-color: rgb(218,172,10); }
div.DivClassName
{
background-color: #DAAC0A;
}
.BgClassName
{
background-color: #DAAC0A;
}
</style>
border-color css
<style>
span { border-color: #DAAC0A; }
span { border-color: rgb(218,172,10); }
td.TdClassName
{
border-color: #DAAC0A;
}
.TagClassName
{
border-color: #DAAC0A;
}
</style>