Shades of Wattle #DACB34
Tints of Wattle #DACB34
RGB
CMYK
RGB Variations
Color information
#DACB34 (or 0xDACB34) is known color: Wattle. HEX triplet: DA, CB and 34. RGB value is (218,203,52). Sum of RGB (Red+Green+Blue) = 218+203+52=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 203 (79.69% from 255 or 42.92% from 473); Blue value is 52 (20.70% from 255 or 10.99% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACB34 is #2534CB. Grayscale: #BEBEBE. Windows color (decimal): -2438348 or 3460058. OLE color: 3460058.
HSL color Cylindrical-coordinate representation of color #DACB34: hue angle of 54.58º 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 #DACB34 is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 203 | 52 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.15 |
| HSL | 54.58º | 0.69% | 0.53% | - |
| HSV(B) | 54.58º | 0.76% | 0.85% | - |
| XYZ | 50.89 | 57.87 | 11.74 | - |
| YUV | 190.27 | 49.97 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 203 | 52 | 0 | 0.07 | 0.76 | 0.15 | 54.58 | 0.69 | 0.53 |
| Hex | DA | CB | 34 | 0 | 7 | 4C | F | 37 | 45 | 35 |
| Octal | 332 | 313 | 64 | 0 | 7 | 114 | 17 | 67 | 105 | 65 |
| Binary | 11011010 | 11001011 | 110100 | 0 | 111 | 1001100 | 1111 | 110111 | 1000101 | 110101 |
Color Harmonies of #DACB34
Complementary color
Monochromatic Colors of #DACB34
Black with #DACB34
Text Example
Text Example
White with #DACB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACB34; }
p { color: rgb(218,203,52); }
H1.HeaderClassName
{
color: #DACB34;
}
.AnyTagClassName
{
color: #DACB34;
}
</style>
background-color css
<style>
a { background-color: #DACB34; }
a { background-color: rgb(218,203,52); }
div.DivClassName
{
background-color: #DACB34;
}
.BgClassName
{
background-color: #DACB34;
}
</style>
border-color css
<style>
span { border-color: #DACB34; }
span { border-color: rgb(218,203,52); }
td.TdClassName
{
border-color: #DACB34;
}
.TagClassName
{
border-color: #DACB34;
}
</style>