Shades of Gamboge #DAAC0C
Tints of Gamboge #DAAC0C
RGB
CMYK
RGB Variations
Color information
#DAAC0C (or 0xDAAC0C) is known color: Gamboge. HEX triplet: DA, AC and 0C. RGB value is (218,172,12). Sum of RGB (Red+Green+Blue) = 218+172+12=402 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.23% from 402); Green value is 172 (67.58% from 255 or 42.79% from 402); Blue value is 12 (5.08% from 255 or 2.99% from 402); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAAC0C is #2553F3. Grayscale: #A8A8A8. Windows color (decimal): -2446324 or 830682. OLE color: 830682.
HSL color Cylindrical-coordinate representation of color #DAAC0C: hue angle of 46.6º 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 #DAAC0C is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 172 | 12 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.15 |
| HSL | 46.6º | 0.9% | 0.45% | - |
| HSV(B) | 46.6º | 0.94% | 0.85% | - |
| XYZ | 43.73 | 44.44 | 6.62 | - |
| YUV | 167.51 | 40.24 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 172 | 12 | 0 | 0.21 | 0.94 | 0.15 | 46.6 | 0.9 | 0.45 |
| Hex | DA | AC | C | 0 | 15 | 5E | F | 2F | 5A | 2D |
| Octal | 332 | 254 | 14 | 0 | 25 | 136 | 17 | 57 | 132 | 55 |
| Binary | 11011010 | 10101100 | 1100 | 0 | 10101 | 1011110 | 1111 | 101111 | 1011010 | 101101 |
Color Harmonies of #DAAC0C
Complementary color
Monochromatic Colors of #DAAC0C
Black with #DAAC0C
Text Example
Text Example
White with #DAAC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAC0C; }
p { color: rgb(218,172,12); }
H1.HeaderClassName
{
color: #DAAC0C;
}
.AnyTagClassName
{
color: #DAAC0C;
}
</style>
background-color css
<style>
a { background-color: #DAAC0C; }
a { background-color: rgb(218,172,12); }
div.DivClassName
{
background-color: #DAAC0C;
}
.BgClassName
{
background-color: #DAAC0C;
}
</style>
border-color css
<style>
span { border-color: #DAAC0C; }
span { border-color: rgb(218,172,12); }
td.TdClassName
{
border-color: #DAAC0C;
}
.TagClassName
{
border-color: #DAAC0C;
}
</style>