Shades of Wattle #DACF34
Tints of Wattle #DACF34
RGB
CMYK
RGB Variations
Color information
#DACF34 (or 0xDACF34) is known color: Wattle. HEX triplet: DA, CF and 34. RGB value is (218,207,52). Sum of RGB (Red+Green+Blue) = 218+207+52=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 207 (81.25% from 255 or 43.40% from 477); Blue value is 52 (20.70% from 255 or 10.90% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DACF34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACF34 is #2530CB. Grayscale: #C1C1C1. Windows color (decimal): -2437324 or 3461082. OLE color: 3461082.
HSL color Cylindrical-coordinate representation of color #DACF34: hue angle of 56.02º 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 #DACF34 is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 207 | 52 | - |
| CMYK | 0 | 0.05 | 0.76 | 0.15 |
| HSL | 56.02º | 0.69% | 0.53% | - |
| HSV(B) | 56.02º | 0.76% | 0.85% | - |
| XYZ | 51.85 | 59.78 | 12.05 | - |
| YUV | 192.62 | 48.64 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 207 | 52 | 0 | 0.05 | 0.76 | 0.15 | 56.02 | 0.69 | 0.53 |
| Hex | DA | CF | 34 | 0 | 5 | 4C | F | 38 | 45 | 35 |
| Octal | 332 | 317 | 64 | 0 | 5 | 114 | 17 | 70 | 105 | 65 |
| Binary | 11011010 | 11001111 | 110100 | 0 | 101 | 1001100 | 1111 | 111000 | 1000101 | 110101 |
Color Harmonies of #DACF34
Complementary color
Monochromatic Colors of #DACF34
Black with #DACF34
Text Example
Text Example
White with #DACF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACF34; }
p { color: rgb(218,207,52); }
H1.HeaderClassName
{
color: #DACF34;
}
.AnyTagClassName
{
color: #DACF34;
}
</style>
background-color css
<style>
a { background-color: #DACF34; }
a { background-color: rgb(218,207,52); }
div.DivClassName
{
background-color: #DACF34;
}
.BgClassName
{
background-color: #DACF34;
}
</style>
border-color css
<style>
span { border-color: #DACF34; }
span { border-color: rgb(218,207,52); }
td.TdClassName
{
border-color: #DACF34;
}
.TagClassName
{
border-color: #DACF34;
}
</style>