Shades of Wattle #DACE41
Tints of Wattle #DACE41
RGB
CMYK
RGB Variations
Color information
#DACE41 (or 0xDACE41) is known color: Wattle. HEX triplet: DA, CE and 41. RGB value is (218,206,65). Sum of RGB (Red+Green+Blue) = 218+206+65=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 206 (80.86% from 255 or 42.13% from 489); Blue value is 65 (25.78% from 255 or 13.29% from 489); Max value from RGB is 218 - color contains mainly: red. Hex color #DACE41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACE41 is #2531BE. Grayscale: #C2C2C2. Windows color (decimal): -2437567 or 4312794. OLE color: 4312794.
HSL color Cylindrical-coordinate representation of color #DACE41: hue angle of 55.29º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DACE41 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 206 | 65 | - |
| CMYK | 0 | 0.06 | 0.70 | 0.15 |
| HSL | 55.29º | 0.67% | 0.55% | - |
| HSV(B) | 55.29º | 0.7% | 0.85% | - |
| XYZ | 51.94 | 59.43 | 13.73 | - |
| YUV | 193.51 | 55.48 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 206 | 65 | 0 | 0.06 | 0.70 | 0.15 | 55.29 | 0.67 | 0.55 |
| Hex | DA | CE | 41 | 0 | 6 | 46 | F | 37 | 43 | 37 |
| Octal | 332 | 316 | 101 | 0 | 6 | 106 | 17 | 67 | 103 | 67 |
| Binary | 11011010 | 11001110 | 1000001 | 0 | 110 | 1000110 | 1111 | 110111 | 1000011 | 110111 |
Color Harmonies of #DACE41
Complementary color
Monochromatic Colors of #DACE41
Black with #DACE41
Text Example
Text Example
White with #DACE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACE41; }
p { color: rgb(218,206,65); }
H1.HeaderClassName
{
color: #DACE41;
}
.AnyTagClassName
{
color: #DACE41;
}
</style>
background-color css
<style>
a { background-color: #DACE41; }
a { background-color: rgb(218,206,65); }
div.DivClassName
{
background-color: #DACE41;
}
.BgClassName
{
background-color: #DACE41;
}
</style>
border-color css
<style>
span { border-color: #DACE41; }
span { border-color: rgb(218,206,65); }
td.TdClassName
{
border-color: #DACE41;
}
.TagClassName
{
border-color: #DACE41;
}
</style>