Shades of Wattle #DACA2D
Tints of Wattle #DACA2D
RGB
CMYK
RGB Variations
Color information
#DACA2D (or 0xDACA2D) is known color: Wattle. HEX triplet: DA, CA and 2D. RGB value is (218,202,45). Sum of RGB (Red+Green+Blue) = 218+202+45=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 45 (17.97% from 255 or 9.68% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACA2D is #2535D2. Grayscale: #BDBDBD. Windows color (decimal): -2438611 or 3001050. OLE color: 3001050.
HSL color Cylindrical-coordinate representation of color #DACA2D: hue angle of 54.45º 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 #DACA2D is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 202 | 45 | - |
| CMYK | 0 | 0.07 | 0.79 | 0.15 |
| HSL | 54.45º | 0.7% | 0.52% | - |
| HSV(B) | 54.45º | 0.79% | 0.85% | - |
| XYZ | 50.51 | 57.34 | 10.89 | - |
| YUV | 188.89 | 46.8 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 202 | 45 | 0 | 0.07 | 0.79 | 0.15 | 54.45 | 0.7 | 0.52 |
| Hex | DA | CA | 2D | 0 | 7 | 4F | F | 36 | 46 | 34 |
| Octal | 332 | 312 | 55 | 0 | 7 | 117 | 17 | 66 | 106 | 64 |
| Binary | 11011010 | 11001010 | 101101 | 0 | 111 | 1001111 | 1111 | 110110 | 1000110 | 110100 |
Color Harmonies of #DACA2D
Complementary color
Monochromatic Colors of #DACA2D
Black with #DACA2D
Text Example
Text Example
White with #DACA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACA2D; }
p { color: rgb(218,202,45); }
H1.HeaderClassName
{
color: #DACA2D;
}
.AnyTagClassName
{
color: #DACA2D;
}
</style>
background-color css
<style>
a { background-color: #DACA2D; }
a { background-color: rgb(218,202,45); }
div.DivClassName
{
background-color: #DACA2D;
}
.BgClassName
{
background-color: #DACA2D;
}
</style>
border-color css
<style>
span { border-color: #DACA2D; }
span { border-color: rgb(218,202,45); }
td.TdClassName
{
border-color: #DACA2D;
}
.TagClassName
{
border-color: #DACA2D;
}
</style>