Shades of Wattle #DCD33F
Tints of Wattle #DCD33F
RGB
CMYK
RGB Variations
Color information
#DCD33F (or 0xDCD33F) is known color: Wattle. HEX triplet: DC, D3 and 3F. RGB value is (220,211,63). Sum of RGB (Red+Green+Blue) = 220+211+63=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 211 (82.81% from 255 or 42.71% from 494); Blue value is 63 (25% from 255 or 12.75% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD33F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD33F is #232CC0. Grayscale: #C5C5C5. Windows color (decimal): -2305217 or 4183004. OLE color: 4183004.
HSL color Cylindrical-coordinate representation of color #DCD33F: hue angle of 56.56º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DCD33F is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 211 | 63 | - |
| CMYK | 0 | 0.04 | 0.71 | 0.14 |
| HSL | 56.56º | 0.69% | 0.55% | - |
| HSV(B) | 56.56º | 0.71% | 0.86% | - |
| XYZ | 53.71 | 62.16 | 13.87 | - |
| YUV | 196.82 | 52.48 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 211 | 63 | 0 | 0.04 | 0.71 | 0.14 | 56.56 | 0.69 | 0.55 |
| Hex | DC | D3 | 3F | 0 | 4 | 47 | E | 39 | 45 | 37 |
| Octal | 334 | 323 | 77 | 0 | 4 | 107 | 16 | 71 | 105 | 67 |
| Binary | 11011100 | 11010011 | 111111 | 0 | 100 | 1000111 | 1110 | 111001 | 1000101 | 110111 |
Color Harmonies of #DCD33F
Complementary color
Monochromatic Colors of #DCD33F
Black with #DCD33F
Text Example
Text Example
White with #DCD33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD33F; }
p { color: rgb(220,211,63); }
H1.HeaderClassName
{
color: #DCD33F;
}
.AnyTagClassName
{
color: #DCD33F;
}
</style>
background-color css
<style>
a { background-color: #DCD33F; }
a { background-color: rgb(220,211,63); }
div.DivClassName
{
background-color: #DCD33F;
}
.BgClassName
{
background-color: #DCD33F;
}
</style>
border-color css
<style>
span { border-color: #DCD33F; }
span { border-color: rgb(220,211,63); }
td.TdClassName
{
border-color: #DCD33F;
}
.TagClassName
{
border-color: #DCD33F;
}
</style>