Shades of Wattle #DCD33E
Tints of Wattle #DCD33E
RGB
CMYK
RGB Variations
Color information
#DCD33E (or 0xDCD33E) is known color: Wattle. HEX triplet: DC, D3 and 3E. RGB value is (220,211,62). Sum of RGB (Red+Green+Blue) = 220+211+62=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 211 (82.81% from 255 or 42.80% from 493); Blue value is 62 (24.61% from 255 or 12.58% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD33E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD33E is #232CC1. Grayscale: #C5C5C5. Windows color (decimal): -2305218 or 4117468. OLE color: 4117468.
HSL color Cylindrical-coordinate representation of color #DCD33E: hue angle of 56.58º 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 #DCD33E is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 211 | 62 | - |
| CMYK | 0 | 0.04 | 0.72 | 0.14 |
| HSL | 56.58º | 0.69% | 0.55% | - |
| HSV(B) | 56.58º | 0.72% | 0.86% | - |
| XYZ | 53.68 | 62.15 | 13.72 | - |
| YUV | 196.71 | 51.98 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 211 | 62 | 0 | 0.04 | 0.72 | 0.14 | 56.58 | 0.69 | 0.55 |
| Hex | DC | D3 | 3E | 0 | 4 | 48 | E | 39 | 45 | 37 |
| Octal | 334 | 323 | 76 | 0 | 4 | 110 | 16 | 71 | 105 | 67 |
| Binary | 11011100 | 11010011 | 111110 | 0 | 100 | 1001000 | 1110 | 111001 | 1000101 | 110111 |
Color Harmonies of #DCD33E
Complementary color
Monochromatic Colors of #DCD33E
Black with #DCD33E
Text Example
Text Example
White with #DCD33E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD33E; }
p { color: rgb(220,211,62); }
H1.HeaderClassName
{
color: #DCD33E;
}
.AnyTagClassName
{
color: #DCD33E;
}
</style>
background-color css
<style>
a { background-color: #DCD33E; }
a { background-color: rgb(220,211,62); }
div.DivClassName
{
background-color: #DCD33E;
}
.BgClassName
{
background-color: #DCD33E;
}
</style>
border-color css
<style>
span { border-color: #DCD33E; }
span { border-color: rgb(220,211,62); }
td.TdClassName
{
border-color: #DCD33E;
}
.TagClassName
{
border-color: #DCD33E;
}
</style>