Shades of Wattle #DACF3E
Tints of Wattle #DACF3E
RGB
CMYK
RGB Variations
Color information
#DACF3E (or 0xDACF3E) is known color: Wattle. HEX triplet: DA, CF and 3E. RGB value is (218,207,62). Sum of RGB (Red+Green+Blue) = 218+207+62=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 207 (81.25% from 255 or 42.51% from 487); Blue value is 62 (24.61% from 255 or 12.73% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DACF3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACF3E is #2530C1. Grayscale: #C2C2C2. Windows color (decimal): -2437314 or 4116442. OLE color: 4116442.
HSL color Cylindrical-coordinate representation of color #DACF3E: hue angle of 55.77º 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 #DACF3E is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 207 | 62 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.15 |
| HSL | 55.77º | 0.68% | 0.55% | - |
| HSV(B) | 55.77º | 0.72% | 0.85% | - |
| XYZ | 52.1 | 59.88 | 13.37 | - |
| YUV | 193.76 | 53.64 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 207 | 62 | 0 | 0.05 | 0.72 | 0.15 | 55.77 | 0.68 | 0.55 |
| Hex | DA | CF | 3E | 0 | 5 | 48 | F | 38 | 44 | 37 |
| Octal | 332 | 317 | 76 | 0 | 5 | 110 | 17 | 70 | 104 | 67 |
| Binary | 11011010 | 11001111 | 111110 | 0 | 101 | 1001000 | 1111 | 111000 | 1000100 | 110111 |
Color Harmonies of #DACF3E
Complementary color
Monochromatic Colors of #DACF3E
Black with #DACF3E
Text Example
Text Example
White with #DACF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACF3E; }
p { color: rgb(218,207,62); }
H1.HeaderClassName
{
color: #DACF3E;
}
.AnyTagClassName
{
color: #DACF3E;
}
</style>
background-color css
<style>
a { background-color: #DACF3E; }
a { background-color: rgb(218,207,62); }
div.DivClassName
{
background-color: #DACF3E;
}
.BgClassName
{
background-color: #DACF3E;
}
</style>
border-color css
<style>
span { border-color: #DACF3E; }
span { border-color: rgb(218,207,62); }
td.TdClassName
{
border-color: #DACF3E;
}
.TagClassName
{
border-color: #DACF3E;
}
</style>