Shades of Wattle #DACA32
Tints of Wattle #DACA32
RGB
CMYK
RGB Variations
Color information
#DACA32 (or 0xDACA32) is known color: Wattle. HEX triplet: DA, CA and 32. RGB value is (218,202,50). Sum of RGB (Red+Green+Blue) = 218+202+50=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 202 (79.30% from 255 or 42.98% from 470); Blue value is 50 (19.92% from 255 or 10.64% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACA32 is #2535CD. Grayscale: #BEBEBE. Windows color (decimal): -2438606 or 3328730. OLE color: 3328730.
HSL color Cylindrical-coordinate representation of color #DACA32: hue angle of 54.29º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DACA32 is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 202 | 50 | - |
| CMYK | 0 | 0.07 | 0.77 | 0.15 |
| HSL | 54.29º | 0.69% | 0.53% | - |
| HSV(B) | 54.29º | 0.77% | 0.85% | - |
| XYZ | 50.61 | 57.38 | 11.43 | - |
| YUV | 189.46 | 49.3 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 202 | 50 | 0 | 0.07 | 0.77 | 0.15 | 54.29 | 0.69 | 0.53 |
| Hex | DA | CA | 32 | 0 | 7 | 4D | F | 36 | 45 | 35 |
| Octal | 332 | 312 | 62 | 0 | 7 | 115 | 17 | 66 | 105 | 65 |
| Binary | 11011010 | 11001010 | 110010 | 0 | 111 | 1001101 | 1111 | 110110 | 1000101 | 110101 |
Color Harmonies of #DACA32
Complementary color
Monochromatic Colors of #DACA32
Black with #DACA32
Text Example
Text Example
White with #DACA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACA32; }
p { color: rgb(218,202,50); }
H1.HeaderClassName
{
color: #DACA32;
}
.AnyTagClassName
{
color: #DACA32;
}
</style>
background-color css
<style>
a { background-color: #DACA32; }
a { background-color: rgb(218,202,50); }
div.DivClassName
{
background-color: #DACA32;
}
.BgClassName
{
background-color: #DACA32;
}
</style>
border-color css
<style>
span { border-color: #DACA32; }
span { border-color: rgb(218,202,50); }
td.TdClassName
{
border-color: #DACA32;
}
.TagClassName
{
border-color: #DACA32;
}
</style>