Shades of Wattle #DCD33B
Tints of Wattle #DCD33B
RGB
CMYK
RGB Variations
Color information
#DCD33B (or 0xDCD33B) is known color: Wattle. HEX triplet: DC, D3 and 3B. RGB value is (220,211,59). Sum of RGB (Red+Green+Blue) = 220+211+59=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 211 (82.81% from 255 or 43.06% from 490); Blue value is 59 (23.44% from 255 or 12.04% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD33B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD33B is #232CC4. Grayscale: #C4C4C4. Windows color (decimal): -2305221 or 3920860. OLE color: 3920860.
HSL color Cylindrical-coordinate representation of color #DCD33B: hue angle of 56.65º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DCD33B is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 211 | 59 | - |
| CMYK | 0 | 0.04 | 0.73 | 0.14 |
| HSL | 56.65º | 0.7% | 0.55% | - |
| HSV(B) | 56.65º | 0.73% | 0.86% | - |
| XYZ | 53.6 | 62.12 | 13.3 | - |
| YUV | 196.36 | 50.48 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 211 | 59 | 0 | 0.04 | 0.73 | 0.14 | 56.65 | 0.7 | 0.55 |
| Hex | DC | D3 | 3B | 0 | 4 | 49 | E | 39 | 46 | 37 |
| Octal | 334 | 323 | 73 | 0 | 4 | 111 | 16 | 71 | 106 | 67 |
| Binary | 11011100 | 11010011 | 111011 | 0 | 100 | 1001001 | 1110 | 111001 | 1000110 | 110111 |
Color Harmonies of #DCD33B
Complementary color
Monochromatic Colors of #DCD33B
Black with #DCD33B
Text Example
Text Example
White with #DCD33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD33B; }
p { color: rgb(220,211,59); }
H1.HeaderClassName
{
color: #DCD33B;
}
.AnyTagClassName
{
color: #DCD33B;
}
</style>
background-color css
<style>
a { background-color: #DCD33B; }
a { background-color: rgb(220,211,59); }
div.DivClassName
{
background-color: #DCD33B;
}
.BgClassName
{
background-color: #DCD33B;
}
</style>
border-color css
<style>
span { border-color: #DCD33B; }
span { border-color: rgb(220,211,59); }
td.TdClassName
{
border-color: #DCD33B;
}
.TagClassName
{
border-color: #DCD33B;
}
</style>