Shades of Wattle #DACA30
Tints of Wattle #DACA30
RGB
CMYK
RGB Variations
Color information
#DACA30 (or 0xDACA30) is known color: Wattle. HEX triplet: DA, CA and 30. RGB value is (218,202,48). Sum of RGB (Red+Green+Blue) = 218+202+48=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 202 (79.30% from 255 or 43.16% from 468); Blue value is 48 (19.14% from 255 or 10.26% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DACA30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACA30 is #2535CF. Grayscale: #BDBDBD. Windows color (decimal): -2438608 or 3197658. OLE color: 3197658.
HSL color Cylindrical-coordinate representation of color #DACA30: hue angle of 54.35º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DACA30 is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 202 | 48 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.15 |
| HSL | 54.35º | 0.7% | 0.52% | - |
| HSV(B) | 54.35º | 0.78% | 0.85% | - |
| XYZ | 50.57 | 57.36 | 11.2 | - |
| YUV | 189.23 | 48.3 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 202 | 48 | 0 | 0.07 | 0.78 | 0.15 | 54.35 | 0.7 | 0.52 |
| Hex | DA | CA | 30 | 0 | 7 | 4E | F | 36 | 46 | 34 |
| Octal | 332 | 312 | 60 | 0 | 7 | 116 | 17 | 66 | 106 | 64 |
| Binary | 11011010 | 11001010 | 110000 | 0 | 111 | 1001110 | 1111 | 110110 | 1000110 | 110100 |
Color Harmonies of #DACA30
Complementary color
Monochromatic Colors of #DACA30
Black with #DACA30
Text Example
Text Example
White with #DACA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACA30; }
p { color: rgb(218,202,48); }
H1.HeaderClassName
{
color: #DACA30;
}
.AnyTagClassName
{
color: #DACA30;
}
</style>
background-color css
<style>
a { background-color: #DACA30; }
a { background-color: rgb(218,202,48); }
div.DivClassName
{
background-color: #DACA30;
}
.BgClassName
{
background-color: #DACA30;
}
</style>
border-color css
<style>
span { border-color: #DACA30; }
span { border-color: rgb(218,202,48); }
td.TdClassName
{
border-color: #DACA30;
}
.TagClassName
{
border-color: #DACA30;
}
</style>