Shades of Wattle #DACD2D
Tints of Wattle #DACD2D
RGB
CMYK
RGB Variations
Color information
#DACD2D (or 0xDACD2D) is known color: Wattle. HEX triplet: DA, CD and 2D. RGB value is (218,205,45). Sum of RGB (Red+Green+Blue) = 218+205+45=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 45 (17.97% from 255 or 9.62% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DACD2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACD2D is #2532D2. Grayscale: #BFBFBF. Windows color (decimal): -2437843 or 3001818. OLE color: 3001818.
HSL color Cylindrical-coordinate representation of color #DACD2D: hue angle of 55.49º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DACD2D is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 205 | 45 | - |
| CMYK | 0 | 0.06 | 0.79 | 0.15 |
| HSL | 55.49º | 0.7% | 0.52% | - |
| HSV(B) | 55.49º | 0.79% | 0.85% | - |
| XYZ | 51.22 | 58.76 | 11.12 | - |
| YUV | 190.65 | 45.81 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 205 | 45 | 0 | 0.06 | 0.79 | 0.15 | 55.49 | 0.7 | 0.52 |
| Hex | DA | CD | 2D | 0 | 6 | 4F | F | 37 | 46 | 34 |
| Octal | 332 | 315 | 55 | 0 | 6 | 117 | 17 | 67 | 106 | 64 |
| Binary | 11011010 | 11001101 | 101101 | 0 | 110 | 1001111 | 1111 | 110111 | 1000110 | 110100 |
Color Harmonies of #DACD2D
Complementary color
Monochromatic Colors of #DACD2D
Black with #DACD2D
Text Example
Text Example
White with #DACD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACD2D; }
p { color: rgb(218,205,45); }
H1.HeaderClassName
{
color: #DACD2D;
}
.AnyTagClassName
{
color: #DACD2D;
}
</style>
background-color css
<style>
a { background-color: #DACD2D; }
a { background-color: rgb(218,205,45); }
div.DivClassName
{
background-color: #DACD2D;
}
.BgClassName
{
background-color: #DACD2D;
}
</style>
border-color css
<style>
span { border-color: #DACD2D; }
span { border-color: rgb(218,205,45); }
td.TdClassName
{
border-color: #DACD2D;
}
.TagClassName
{
border-color: #DACD2D;
}
</style>