Shades of Wattle #DACA3E
Tints of Wattle #DACA3E
RGB
CMYK
RGB Variations
Color information
#DACA3E (or 0xDACA3E) is known color: Wattle. HEX triplet: DA, CA and 3E. RGB value is (218,202,62). Sum of RGB (Red+Green+Blue) = 218+202+62=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 62 (24.61% from 255 or 12.86% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACA3E is #2535C1. Grayscale: #BFBFBF. Windows color (decimal): -2438594 or 4115162. OLE color: 4115162.
HSL color Cylindrical-coordinate representation of color #DACA3E: hue angle of 53.85º 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 #DACA3E is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 202 | 62 | - |
| CMYK | 0 | 0.07 | 0.72 | 0.15 |
| HSL | 53.85º | 0.68% | 0.55% | - |
| HSV(B) | 53.85º | 0.72% | 0.85% | - |
| XYZ | 50.9 | 57.49 | 12.97 | - |
| YUV | 190.82 | 55.3 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 202 | 62 | 0 | 0.07 | 0.72 | 0.15 | 53.85 | 0.68 | 0.55 |
| Hex | DA | CA | 3E | 0 | 7 | 48 | F | 36 | 44 | 37 |
| Octal | 332 | 312 | 76 | 0 | 7 | 110 | 17 | 66 | 104 | 67 |
| Binary | 11011010 | 11001010 | 111110 | 0 | 111 | 1001000 | 1111 | 110110 | 1000100 | 110111 |
Color Harmonies of #DACA3E
Complementary color
Monochromatic Colors of #DACA3E
Black with #DACA3E
Text Example
Text Example
White with #DACA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACA3E; }
p { color: rgb(218,202,62); }
H1.HeaderClassName
{
color: #DACA3E;
}
.AnyTagClassName
{
color: #DACA3E;
}
</style>
background-color css
<style>
a { background-color: #DACA3E; }
a { background-color: rgb(218,202,62); }
div.DivClassName
{
background-color: #DACA3E;
}
.BgClassName
{
background-color: #DACA3E;
}
</style>
border-color css
<style>
span { border-color: #DACA3E; }
span { border-color: rgb(218,202,62); }
td.TdClassName
{
border-color: #DACA3E;
}
.TagClassName
{
border-color: #DACA3E;
}
</style>