Shades of Wattle #DCD43E
Tints of Wattle #DCD43E
RGB
CMYK
RGB Variations
Color information
#DCD43E (or 0xDCD43E) is known color: Wattle. HEX triplet: DC, D4 and 3E. RGB value is (220,212,62). Sum of RGB (Red+Green+Blue) = 220+212+62=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 212 (83.20% from 255 or 42.91% from 494); Blue value is 62 (24.61% from 255 or 12.55% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD43E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD43E is #232BC1. Grayscale: #C5C5C5. Windows color (decimal): -2304962 or 4117724. OLE color: 4117724.
HSL color Cylindrical-coordinate representation of color #DCD43E: hue angle of 56.96º 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 #DCD43E is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 212 | 62 | - |
| CMYK | 0 | 0.04 | 0.72 | 0.14 |
| HSL | 56.96º | 0.69% | 0.55% | - |
| HSV(B) | 56.96º | 0.72% | 0.86% | - |
| XYZ | 53.93 | 62.65 | 13.81 | - |
| YUV | 197.29 | 51.65 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 212 | 62 | 0 | 0.04 | 0.72 | 0.14 | 56.96 | 0.69 | 0.55 |
| Hex | DC | D4 | 3E | 0 | 4 | 48 | E | 39 | 45 | 37 |
| Octal | 334 | 324 | 76 | 0 | 4 | 110 | 16 | 71 | 105 | 67 |
| Binary | 11011100 | 11010100 | 111110 | 0 | 100 | 1001000 | 1110 | 111001 | 1000101 | 110111 |
Color Harmonies of #DCD43E
Complementary color
Monochromatic Colors of #DCD43E
Black with #DCD43E
Text Example
Text Example
White with #DCD43E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD43E; }
p { color: rgb(220,212,62); }
H1.HeaderClassName
{
color: #DCD43E;
}
.AnyTagClassName
{
color: #DCD43E;
}
</style>
background-color css
<style>
a { background-color: #DCD43E; }
a { background-color: rgb(220,212,62); }
div.DivClassName
{
background-color: #DCD43E;
}
.BgClassName
{
background-color: #DCD43E;
}
</style>
border-color css
<style>
span { border-color: #DCD43E; }
span { border-color: rgb(220,212,62); }
td.TdClassName
{
border-color: #DCD43E;
}
.TagClassName
{
border-color: #DCD43E;
}
</style>