Shades of Wattle #DACC40
Tints of Wattle #DACC40
RGB
CMYK
RGB Variations
Color information
#DACC40 (or 0xDACC40) is known color: Wattle. HEX triplet: DA, CC and 40. RGB value is (218,204,64). Sum of RGB (Red+Green+Blue) = 218+204+64=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 204 (80.08% from 255 or 41.98% from 486); Blue value is 64 (25.39% from 255 or 13.17% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACC40 is #2533BF. Grayscale: #C0C0C0. Windows color (decimal): -2438080 or 4246746. OLE color: 4246746.
HSL color Cylindrical-coordinate representation of color #DACC40: hue angle of 54.55º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DACC40 is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 204 | 64 | - |
| CMYK | 0 | 0.06 | 0.71 | 0.15 |
| HSL | 54.55º | 0.68% | 0.55% | - |
| HSV(B) | 54.55º | 0.71% | 0.85% | - |
| XYZ | 51.43 | 58.46 | 13.42 | - |
| YUV | 192.23 | 55.64 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 204 | 64 | 0 | 0.06 | 0.71 | 0.15 | 54.55 | 0.68 | 0.55 |
| Hex | DA | CC | 40 | 0 | 6 | 47 | F | 37 | 44 | 37 |
| Octal | 332 | 314 | 100 | 0 | 6 | 107 | 17 | 67 | 104 | 67 |
| Binary | 11011010 | 11001100 | 1000000 | 0 | 110 | 1000111 | 1111 | 110111 | 1000100 | 110111 |
Color Harmonies of #DACC40
Complementary color
Monochromatic Colors of #DACC40
Black with #DACC40
Text Example
Text Example
White with #DACC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACC40; }
p { color: rgb(218,204,64); }
H1.HeaderClassName
{
color: #DACC40;
}
.AnyTagClassName
{
color: #DACC40;
}
</style>
background-color css
<style>
a { background-color: #DACC40; }
a { background-color: rgb(218,204,64); }
div.DivClassName
{
background-color: #DACC40;
}
.BgClassName
{
background-color: #DACC40;
}
</style>
border-color css
<style>
span { border-color: #DACC40; }
span { border-color: rgb(218,204,64); }
td.TdClassName
{
border-color: #DACC40;
}
.TagClassName
{
border-color: #DACC40;
}
</style>