Shades of Wattle #DACA34
Tints of Wattle #DACA34
RGB
CMYK
RGB Variations
Color information
#DACA34 (or 0xDACA34) is known color: Wattle. HEX triplet: DA, CA and 34. RGB value is (218,202,52). Sum of RGB (Red+Green+Blue) = 218+202+52=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 202 (79.30% from 255 or 42.80% from 472); Blue value is 52 (20.70% from 255 or 11.02% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACA34 is #2535CB. Grayscale: #BEBEBE. Windows color (decimal): -2438604 or 3459802. OLE color: 3459802.
HSL color Cylindrical-coordinate representation of color #DACA34: hue angle of 54.22º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DACA34 is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 202 | 52 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.15 |
| HSL | 54.22º | 0.69% | 0.53% | - |
| HSV(B) | 54.22º | 0.76% | 0.85% | - |
| XYZ | 50.65 | 57.39 | 11.66 | - |
| YUV | 189.68 | 50.3 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 202 | 52 | 0 | 0.07 | 0.76 | 0.15 | 54.22 | 0.69 | 0.53 |
| Hex | DA | CA | 34 | 0 | 7 | 4C | F | 36 | 45 | 35 |
| Octal | 332 | 312 | 64 | 0 | 7 | 114 | 17 | 66 | 105 | 65 |
| Binary | 11011010 | 11001010 | 110100 | 0 | 111 | 1001100 | 1111 | 110110 | 1000101 | 110101 |
Color Harmonies of #DACA34
Complementary color
Monochromatic Colors of #DACA34
Black with #DACA34
Text Example
Text Example
White with #DACA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACA34; }
p { color: rgb(218,202,52); }
H1.HeaderClassName
{
color: #DACA34;
}
.AnyTagClassName
{
color: #DACA34;
}
</style>
background-color css
<style>
a { background-color: #DACA34; }
a { background-color: rgb(218,202,52); }
div.DivClassName
{
background-color: #DACA34;
}
.BgClassName
{
background-color: #DACA34;
}
</style>
border-color css
<style>
span { border-color: #DACA34; }
span { border-color: rgb(218,202,52); }
td.TdClassName
{
border-color: #DACA34;
}
.TagClassName
{
border-color: #DACA34;
}
</style>