Shades of Wattle #DACB41
Tints of Wattle #DACB41
RGB
CMYK
RGB Variations
Color information
#DACB41 (or 0xDACB41) is known color: Wattle. HEX triplet: DA, CB and 41. RGB value is (218,203,65). Sum of RGB (Red+Green+Blue) = 218+203+65=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 203 (79.69% from 255 or 41.77% from 486); Blue value is 65 (25.78% from 255 or 13.37% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACB41 is #2534BE. Grayscale: #C0C0C0. Windows color (decimal): -2438335 or 4312026. OLE color: 4312026.
HSL color Cylindrical-coordinate representation of color #DACB41: hue angle of 54.12º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DACB41 is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 203 | 65 | - |
| CMYK | 0 | 0.07 | 0.70 | 0.15 |
| HSL | 54.12º | 0.67% | 0.55% | - |
| HSV(B) | 54.12º | 0.7% | 0.85% | - |
| XYZ | 51.22 | 58 | 13.5 | - |
| YUV | 191.75 | 56.47 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 203 | 65 | 0 | 0.07 | 0.70 | 0.15 | 54.12 | 0.67 | 0.55 |
| Hex | DA | CB | 41 | 0 | 7 | 46 | F | 36 | 43 | 37 |
| Octal | 332 | 313 | 101 | 0 | 7 | 106 | 17 | 66 | 103 | 67 |
| Binary | 11011010 | 11001011 | 1000001 | 0 | 111 | 1000110 | 1111 | 110110 | 1000011 | 110111 |
Color Harmonies of #DACB41
Complementary color
Monochromatic Colors of #DACB41
Black with #DACB41
Text Example
Text Example
White with #DACB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACB41; }
p { color: rgb(218,203,65); }
H1.HeaderClassName
{
color: #DACB41;
}
.AnyTagClassName
{
color: #DACB41;
}
</style>
background-color css
<style>
a { background-color: #DACB41; }
a { background-color: rgb(218,203,65); }
div.DivClassName
{
background-color: #DACB41;
}
.BgClassName
{
background-color: #DACB41;
}
</style>
border-color css
<style>
span { border-color: #DACB41; }
span { border-color: rgb(218,203,65); }
td.TdClassName
{
border-color: #DACB41;
}
.TagClassName
{
border-color: #DACB41;
}
</style>