Shades of Wattle #DACF31
Tints of Wattle #DACF31
RGB
CMYK
RGB Variations
Color information
#DACF31 (or 0xDACF31) is known color: Wattle. HEX triplet: DA, CF and 31. RGB value is (218,207,49). Sum of RGB (Red+Green+Blue) = 218+207+49=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 207 (81.25% from 255 or 43.67% from 474); Blue value is 49 (19.53% from 255 or 10.34% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DACF31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACF31 is #2530CE. Grayscale: #C0C0C0. Windows color (decimal): -2437327 or 3264474. OLE color: 3264474.
HSL color Cylindrical-coordinate representation of color #DACF31: hue angle of 56.09º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DACF31 is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 207 | 49 | - |
| CMYK | 0 | 0.05 | 0.78 | 0.15 |
| HSL | 56.09º | 0.7% | 0.52% | - |
| HSV(B) | 56.09º | 0.78% | 0.85% | - |
| XYZ | 51.78 | 59.75 | 11.71 | - |
| YUV | 192.28 | 47.14 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 207 | 49 | 0 | 0.05 | 0.78 | 0.15 | 56.09 | 0.7 | 0.52 |
| Hex | DA | CF | 31 | 0 | 5 | 4E | F | 38 | 46 | 34 |
| Octal | 332 | 317 | 61 | 0 | 5 | 116 | 17 | 70 | 106 | 64 |
| Binary | 11011010 | 11001111 | 110001 | 0 | 101 | 1001110 | 1111 | 111000 | 1000110 | 110100 |
Color Harmonies of #DACF31
Complementary color
Monochromatic Colors of #DACF31
Black with #DACF31
Text Example
Text Example
White with #DACF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACF31; }
p { color: rgb(218,207,49); }
H1.HeaderClassName
{
color: #DACF31;
}
.AnyTagClassName
{
color: #DACF31;
}
</style>
background-color css
<style>
a { background-color: #DACF31; }
a { background-color: rgb(218,207,49); }
div.DivClassName
{
background-color: #DACF31;
}
.BgClassName
{
background-color: #DACF31;
}
</style>
border-color css
<style>
span { border-color: #DACF31; }
span { border-color: rgb(218,207,49); }
td.TdClassName
{
border-color: #DACF31;
}
.TagClassName
{
border-color: #DACF31;
}
</style>