Shades of Wattle #DACE34
Tints of Wattle #DACE34
RGB
CMYK
RGB Variations
Color information
#DACE34 (or 0xDACE34) is known color: Wattle. HEX triplet: DA, CE and 34. RGB value is (218,206,52). Sum of RGB (Red+Green+Blue) = 218+206+52=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 206 (80.86% from 255 or 43.28% from 476); Blue value is 52 (20.70% from 255 or 10.92% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DACE34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACE34 is #2531CB. Grayscale: #C0C0C0. Windows color (decimal): -2437580 or 3460826. OLE color: 3460826.
HSL color Cylindrical-coordinate representation of color #DACE34: hue angle of 55.66º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DACE34 is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 206 | 52 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.15 |
| HSL | 55.66º | 0.69% | 0.53% | - |
| HSV(B) | 55.66º | 0.76% | 0.85% | - |
| XYZ | 51.6 | 59.3 | 11.97 | - |
| YUV | 192.03 | 48.98 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 206 | 52 | 0 | 0.06 | 0.76 | 0.15 | 55.66 | 0.69 | 0.53 |
| Hex | DA | CE | 34 | 0 | 6 | 4C | F | 38 | 45 | 35 |
| Octal | 332 | 316 | 64 | 0 | 6 | 114 | 17 | 70 | 105 | 65 |
| Binary | 11011010 | 11001110 | 110100 | 0 | 110 | 1001100 | 1111 | 111000 | 1000101 | 110101 |
Color Harmonies of #DACE34
Complementary color
Monochromatic Colors of #DACE34
Black with #DACE34
Text Example
Text Example
White with #DACE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACE34; }
p { color: rgb(218,206,52); }
H1.HeaderClassName
{
color: #DACE34;
}
.AnyTagClassName
{
color: #DACE34;
}
</style>
background-color css
<style>
a { background-color: #DACE34; }
a { background-color: rgb(218,206,52); }
div.DivClassName
{
background-color: #DACE34;
}
.BgClassName
{
background-color: #DACE34;
}
</style>
border-color css
<style>
span { border-color: #DACE34; }
span { border-color: rgb(218,206,52); }
td.TdClassName
{
border-color: #DACE34;
}
.TagClassName
{
border-color: #DACE34;
}
</style>