Shades of Wattle #DACA2E
Tints of Wattle #DACA2E
RGB
CMYK
RGB Variations
Color information
#DACA2E (or 0xDACA2E) is known color: Wattle. HEX triplet: DA, CA and 2E. RGB value is (218,202,46). Sum of RGB (Red+Green+Blue) = 218+202+46=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 202 (79.30% from 255 or 43.35% from 466); Blue value is 46 (18.36% from 255 or 9.87% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACA2E is #2535D1. Grayscale: #BDBDBD. Windows color (decimal): -2438610 or 3066586. OLE color: 3066586.
HSL color Cylindrical-coordinate representation of color #DACA2E: hue angle of 54.42º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DACA2E is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 202 | 46 | - |
| CMYK | 0 | 0.07 | 0.79 | 0.15 |
| HSL | 54.42º | 0.7% | 0.52% | - |
| HSV(B) | 54.42º | 0.79% | 0.85% | - |
| XYZ | 50.53 | 57.34 | 10.99 | - |
| YUV | 189 | 47.3 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 202 | 46 | 0 | 0.07 | 0.79 | 0.15 | 54.42 | 0.7 | 0.52 |
| Hex | DA | CA | 2E | 0 | 7 | 4F | F | 36 | 46 | 34 |
| Octal | 332 | 312 | 56 | 0 | 7 | 117 | 17 | 66 | 106 | 64 |
| Binary | 11011010 | 11001010 | 101110 | 0 | 111 | 1001111 | 1111 | 110110 | 1000110 | 110100 |
Color Harmonies of #DACA2E
Complementary color
Monochromatic Colors of #DACA2E
Black with #DACA2E
Text Example
Text Example
White with #DACA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACA2E; }
p { color: rgb(218,202,46); }
H1.HeaderClassName
{
color: #DACA2E;
}
.AnyTagClassName
{
color: #DACA2E;
}
</style>
background-color css
<style>
a { background-color: #DACA2E; }
a { background-color: rgb(218,202,46); }
div.DivClassName
{
background-color: #DACA2E;
}
.BgClassName
{
background-color: #DACA2E;
}
</style>
border-color css
<style>
span { border-color: #DACA2E; }
span { border-color: rgb(218,202,46); }
td.TdClassName
{
border-color: #DACA2E;
}
.TagClassName
{
border-color: #DACA2E;
}
</style>