Shades of Wattle #DACB3D
Tints of Wattle #DACB3D
RGB
CMYK
RGB Variations
Color information
#DACB3D (or 0xDACB3D) is known color: Wattle. HEX triplet: DA, CB and 3D. RGB value is (218,203,61). Sum of RGB (Red+Green+Blue) = 218+203+61=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 203 (79.69% from 255 or 42.12% from 482); Blue value is 61 (24.22% from 255 or 12.66% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACB3D is #2534C2. Grayscale: #BFBFBF. Windows color (decimal): -2438339 or 4049882. OLE color: 4049882.
HSL color Cylindrical-coordinate representation of color #DACB3D: hue angle of 54.27º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DACB3D is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 203 | 61 | - |
| CMYK | 0 | 0.07 | 0.72 | 0.15 |
| HSL | 54.27º | 0.68% | 0.55% | - |
| HSV(B) | 54.27º | 0.72% | 0.85% | - |
| XYZ | 51.11 | 57.95 | 12.91 | - |
| YUV | 191.3 | 54.47 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 203 | 61 | 0 | 0.07 | 0.72 | 0.15 | 54.27 | 0.68 | 0.55 |
| Hex | DA | CB | 3D | 0 | 7 | 48 | F | 36 | 44 | 37 |
| Octal | 332 | 313 | 75 | 0 | 7 | 110 | 17 | 66 | 104 | 67 |
| Binary | 11011010 | 11001011 | 111101 | 0 | 111 | 1001000 | 1111 | 110110 | 1000100 | 110111 |
Color Harmonies of #DACB3D
Complementary color
Monochromatic Colors of #DACB3D
Black with #DACB3D
Text Example
Text Example
White with #DACB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACB3D; }
p { color: rgb(218,203,61); }
H1.HeaderClassName
{
color: #DACB3D;
}
.AnyTagClassName
{
color: #DACB3D;
}
</style>
background-color css
<style>
a { background-color: #DACB3D; }
a { background-color: rgb(218,203,61); }
div.DivClassName
{
background-color: #DACB3D;
}
.BgClassName
{
background-color: #DACB3D;
}
</style>
border-color css
<style>
span { border-color: #DACB3D; }
span { border-color: rgb(218,203,61); }
td.TdClassName
{
border-color: #DACB3D;
}
.TagClassName
{
border-color: #DACB3D;
}
</style>