Shades of Wattle #DACB3C
Tints of Wattle #DACB3C
RGB
CMYK
RGB Variations
Color information
#DACB3C (or 0xDACB3C) is known color: Wattle. HEX triplet: DA, CB and 3C. RGB value is (218,203,60). Sum of RGB (Red+Green+Blue) = 218+203+60=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 203 (79.69% from 255 or 42.20% from 481); Blue value is 60 (23.83% from 255 or 12.47% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACB3C is #2534C3. Grayscale: #BFBFBF. Windows color (decimal): -2438340 or 3984346. OLE color: 3984346.
HSL color Cylindrical-coordinate representation of color #DACB3C: hue angle of 54.3º 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 #DACB3C is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 203 | 60 | - |
| CMYK | 0 | 0.07 | 0.72 | 0.15 |
| HSL | 54.3º | 0.68% | 0.55% | - |
| HSV(B) | 54.3º | 0.72% | 0.85% | - |
| XYZ | 51.09 | 57.94 | 12.77 | - |
| YUV | 191.18 | 53.97 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 203 | 60 | 0 | 0.07 | 0.72 | 0.15 | 54.3 | 0.68 | 0.55 |
| Hex | DA | CB | 3C | 0 | 7 | 48 | F | 36 | 44 | 37 |
| Octal | 332 | 313 | 74 | 0 | 7 | 110 | 17 | 66 | 104 | 67 |
| Binary | 11011010 | 11001011 | 111100 | 0 | 111 | 1001000 | 1111 | 110110 | 1000100 | 110111 |
Color Harmonies of #DACB3C
Complementary color
Monochromatic Colors of #DACB3C
Black with #DACB3C
Text Example
Text Example
White with #DACB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACB3C; }
p { color: rgb(218,203,60); }
H1.HeaderClassName
{
color: #DACB3C;
}
.AnyTagClassName
{
color: #DACB3C;
}
</style>
background-color css
<style>
a { background-color: #DACB3C; }
a { background-color: rgb(218,203,60); }
div.DivClassName
{
background-color: #DACB3C;
}
.BgClassName
{
background-color: #DACB3C;
}
</style>
border-color css
<style>
span { border-color: #DACB3C; }
span { border-color: rgb(218,203,60); }
td.TdClassName
{
border-color: #DACB3C;
}
.TagClassName
{
border-color: #DACB3C;
}
</style>