Shades of Wattle #DACF41
Tints of Wattle #DACF41
RGB
CMYK
RGB Variations
Color information
#DACF41 (or 0xDACF41) is known color: Wattle. HEX triplet: DA, CF and 41. RGB value is (218,207,65). Sum of RGB (Red+Green+Blue) = 218+207+65=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 207 (81.25% from 255 or 42.24% from 490); Blue value is 65 (25.78% from 255 or 13.27% from 490); Max value from RGB is 218 - color contains mainly: red. Hex color #DACF41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACF41 is #2530BE. Grayscale: #C2C2C2. Windows color (decimal): -2437311 or 4313050. OLE color: 4313050.
HSL color Cylindrical-coordinate representation of color #DACF41: hue angle of 55.69º 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 #DACF41 is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 207 | 65 | - |
| CMYK | 0 | 0.05 | 0.70 | 0.15 |
| HSL | 55.69º | 0.67% | 0.55% | - |
| HSV(B) | 55.69º | 0.7% | 0.85% | - |
| XYZ | 52.18 | 59.91 | 13.82 | - |
| YUV | 194.1 | 55.14 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 207 | 65 | 0 | 0.05 | 0.70 | 0.15 | 55.69 | 0.67 | 0.55 |
| Hex | DA | CF | 41 | 0 | 5 | 46 | F | 38 | 43 | 37 |
| Octal | 332 | 317 | 101 | 0 | 5 | 106 | 17 | 70 | 103 | 67 |
| Binary | 11011010 | 11001111 | 1000001 | 0 | 101 | 1000110 | 1111 | 111000 | 1000011 | 110111 |
Color Harmonies of #DACF41
Complementary color
Monochromatic Colors of #DACF41
Black with #DACF41
Text Example
Text Example
White with #DACF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACF41; }
p { color: rgb(218,207,65); }
H1.HeaderClassName
{
color: #DACF41;
}
.AnyTagClassName
{
color: #DACF41;
}
</style>
background-color css
<style>
a { background-color: #DACF41; }
a { background-color: rgb(218,207,65); }
div.DivClassName
{
background-color: #DACF41;
}
.BgClassName
{
background-color: #DACF41;
}
</style>
border-color css
<style>
span { border-color: #DACF41; }
span { border-color: rgb(218,207,65); }
td.TdClassName
{
border-color: #DACF41;
}
.TagClassName
{
border-color: #DACF41;
}
</style>