Shades of Wattle #DACB33
Tints of Wattle #DACB33
RGB
CMYK
RGB Variations
Color information
#DACB33 (or 0xDACB33) is known color: Wattle. HEX triplet: DA, CB and 33. RGB value is (218,203,51). Sum of RGB (Red+Green+Blue) = 218+203+51=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 203 (79.69% from 255 or 43.01% from 472); Blue value is 51 (20.31% from 255 or 10.81% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACB33 is #2534CC. Grayscale: #BEBEBE. Windows color (decimal): -2438349 or 3394522. OLE color: 3394522.
HSL color Cylindrical-coordinate representation of color #DACB33: hue angle of 54.61º 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 #DACB33 is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 203 | 51 | - |
| CMYK | 0 | 0.07 | 0.77 | 0.15 |
| HSL | 54.61º | 0.69% | 0.53% | - |
| HSV(B) | 54.61º | 0.77% | 0.85% | - |
| XYZ | 50.87 | 57.86 | 11.62 | - |
| YUV | 190.16 | 49.47 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 203 | 51 | 0 | 0.07 | 0.77 | 0.15 | 54.61 | 0.69 | 0.53 |
| Hex | DA | CB | 33 | 0 | 7 | 4D | F | 37 | 45 | 35 |
| Octal | 332 | 313 | 63 | 0 | 7 | 115 | 17 | 67 | 105 | 65 |
| Binary | 11011010 | 11001011 | 110011 | 0 | 111 | 1001101 | 1111 | 110111 | 1000101 | 110101 |
Color Harmonies of #DACB33
Complementary color
Monochromatic Colors of #DACB33
Black with #DACB33
Text Example
Text Example
White with #DACB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACB33; }
p { color: rgb(218,203,51); }
H1.HeaderClassName
{
color: #DACB33;
}
.AnyTagClassName
{
color: #DACB33;
}
</style>
background-color css
<style>
a { background-color: #DACB33; }
a { background-color: rgb(218,203,51); }
div.DivClassName
{
background-color: #DACB33;
}
.BgClassName
{
background-color: #DACB33;
}
</style>
border-color css
<style>
span { border-color: #DACB33; }
span { border-color: rgb(218,203,51); }
td.TdClassName
{
border-color: #DACB33;
}
.TagClassName
{
border-color: #DACB33;
}
</style>