Shades of Wattle #DCD43D
Tints of Wattle #DCD43D
RGB
CMYK
RGB Variations
Color information
#DCD43D (or 0xDCD43D) is known color: Wattle. HEX triplet: DC, D4 and 3D. RGB value is (220,212,61). Sum of RGB (Red+Green+Blue) = 220+212+61=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 212 (83.20% from 255 or 43.00% from 493); Blue value is 61 (24.22% from 255 or 12.37% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD43D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD43D is #232BC2. Grayscale: #C5C5C5. Windows color (decimal): -2304963 or 4052188. OLE color: 4052188.
HSL color Cylindrical-coordinate representation of color #DCD43D: hue angle of 56.98º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DCD43D is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 212 | 61 | - |
| CMYK | 0 | 0.04 | 0.72 | 0.14 |
| HSL | 56.98º | 0.69% | 0.55% | - |
| HSV(B) | 56.98º | 0.72% | 0.86% | - |
| XYZ | 53.9 | 62.64 | 13.66 | - |
| YUV | 197.18 | 51.15 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 212 | 61 | 0 | 0.04 | 0.72 | 0.14 | 56.98 | 0.69 | 0.55 |
| Hex | DC | D4 | 3D | 0 | 4 | 48 | E | 39 | 45 | 37 |
| Octal | 334 | 324 | 75 | 0 | 4 | 110 | 16 | 71 | 105 | 67 |
| Binary | 11011100 | 11010100 | 111101 | 0 | 100 | 1001000 | 1110 | 111001 | 1000101 | 110111 |
Color Harmonies of #DCD43D
Complementary color
Monochromatic Colors of #DCD43D
Black with #DCD43D
Text Example
Text Example
White with #DCD43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD43D; }
p { color: rgb(220,212,61); }
H1.HeaderClassName
{
color: #DCD43D;
}
.AnyTagClassName
{
color: #DCD43D;
}
</style>
background-color css
<style>
a { background-color: #DCD43D; }
a { background-color: rgb(220,212,61); }
div.DivClassName
{
background-color: #DCD43D;
}
.BgClassName
{
background-color: #DCD43D;
}
</style>
border-color css
<style>
span { border-color: #DCD43D; }
span { border-color: rgb(220,212,61); }
td.TdClassName
{
border-color: #DCD43D;
}
.TagClassName
{
border-color: #DCD43D;
}
</style>