Shades of Wattle #DACF3F
Tints of Wattle #DACF3F
RGB
CMYK
RGB Variations
Color information
#DACF3F (or 0xDACF3F) is known color: Wattle. HEX triplet: DA, CF and 3F. RGB value is (218,207,63). Sum of RGB (Red+Green+Blue) = 218+207+63=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 207 (81.25% from 255 or 42.42% from 488); Blue value is 63 (25% from 255 or 12.91% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DACF3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACF3F is #2530C0. Grayscale: #C2C2C2. Windows color (decimal): -2437313 or 4181978. OLE color: 4181978.
HSL color Cylindrical-coordinate representation of color #DACF3F: hue angle of 55.74º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DACF3F is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 207 | 63 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.15 |
| HSL | 55.74º | 0.68% | 0.55% | - |
| HSV(B) | 55.74º | 0.71% | 0.85% | - |
| XYZ | 52.12 | 59.89 | 13.52 | - |
| YUV | 193.87 | 54.14 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 207 | 63 | 0 | 0.05 | 0.71 | 0.15 | 55.74 | 0.68 | 0.55 |
| Hex | DA | CF | 3F | 0 | 5 | 47 | F | 38 | 44 | 37 |
| Octal | 332 | 317 | 77 | 0 | 5 | 107 | 17 | 70 | 104 | 67 |
| Binary | 11011010 | 11001111 | 111111 | 0 | 101 | 1000111 | 1111 | 111000 | 1000100 | 110111 |
Color Harmonies of #DACF3F
Complementary color
Monochromatic Colors of #DACF3F
Black with #DACF3F
Text Example
Text Example
White with #DACF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACF3F; }
p { color: rgb(218,207,63); }
H1.HeaderClassName
{
color: #DACF3F;
}
.AnyTagClassName
{
color: #DACF3F;
}
</style>
background-color css
<style>
a { background-color: #DACF3F; }
a { background-color: rgb(218,207,63); }
div.DivClassName
{
background-color: #DACF3F;
}
.BgClassName
{
background-color: #DACF3F;
}
</style>
border-color css
<style>
span { border-color: #DACF3F; }
span { border-color: rgb(218,207,63); }
td.TdClassName
{
border-color: #DACF3F;
}
.TagClassName
{
border-color: #DACF3F;
}
</style>