Shades of Wattle #DACC3C
Tints of Wattle #DACC3C
RGB
CMYK
RGB Variations
Color information
#DACC3C (or 0xDACC3C) is known color: Wattle. HEX triplet: DA, CC and 3C. RGB value is (218,204,60). Sum of RGB (Red+Green+Blue) = 218+204+60=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 60 (23.83% from 255 or 12.45% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACC3C is #2533C3. Grayscale: #C0C0C0. Windows color (decimal): -2438084 or 3984602. OLE color: 3984602.
HSL color Cylindrical-coordinate representation of color #DACC3C: hue angle of 54.68º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DACC3C is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 204 | 60 | - |
| CMYK | 0 | 0.06 | 0.72 | 0.15 |
| HSL | 54.68º | 0.68% | 0.55% | - |
| HSV(B) | 54.68º | 0.72% | 0.85% | - |
| XYZ | 51.32 | 58.42 | 12.85 | - |
| YUV | 191.77 | 53.64 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 204 | 60 | 0 | 0.06 | 0.72 | 0.15 | 54.68 | 0.68 | 0.55 |
| Hex | DA | CC | 3C | 0 | 6 | 48 | F | 37 | 44 | 37 |
| Octal | 332 | 314 | 74 | 0 | 6 | 110 | 17 | 67 | 104 | 67 |
| Binary | 11011010 | 11001100 | 111100 | 0 | 110 | 1001000 | 1111 | 110111 | 1000100 | 110111 |
Color Harmonies of #DACC3C
Complementary color
Monochromatic Colors of #DACC3C
Black with #DACC3C
Text Example
Text Example
White with #DACC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACC3C; }
p { color: rgb(218,204,60); }
H1.HeaderClassName
{
color: #DACC3C;
}
.AnyTagClassName
{
color: #DACC3C;
}
</style>
background-color css
<style>
a { background-color: #DACC3C; }
a { background-color: rgb(218,204,60); }
div.DivClassName
{
background-color: #DACC3C;
}
.BgClassName
{
background-color: #DACC3C;
}
</style>
border-color css
<style>
span { border-color: #DACC3C; }
span { border-color: rgb(218,204,60); }
td.TdClassName
{
border-color: #DACC3C;
}
.TagClassName
{
border-color: #DACC3C;
}
</style>