Shades of Wattle #DCD33A
Tints of Wattle #DCD33A
RGB
CMYK
RGB Variations
Color information
#DCD33A (or 0xDCD33A) is known color: Wattle. HEX triplet: DC, D3 and 3A. RGB value is (220,211,58). Sum of RGB (Red+Green+Blue) = 220+211+58=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 211 (82.81% from 255 or 43.15% from 489); Blue value is 58 (23.05% from 255 or 11.86% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD33A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD33A is #232CC5. Grayscale: #C4C4C4. Windows color (decimal): -2305222 or 3855324. OLE color: 3855324.
HSL color Cylindrical-coordinate representation of color #DCD33A: hue angle of 56.67º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DCD33A is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 211 | 58 | - |
| CMYK | 0 | 0.04 | 0.74 | 0.14 |
| HSL | 56.67º | 0.7% | 0.55% | - |
| HSV(B) | 56.67º | 0.74% | 0.86% | - |
| XYZ | 53.57 | 62.11 | 13.17 | - |
| YUV | 196.25 | 49.98 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 211 | 58 | 0 | 0.04 | 0.74 | 0.14 | 56.67 | 0.7 | 0.55 |
| Hex | DC | D3 | 3A | 0 | 4 | 4A | E | 39 | 46 | 37 |
| Octal | 334 | 323 | 72 | 0 | 4 | 112 | 16 | 71 | 106 | 67 |
| Binary | 11011100 | 11010011 | 111010 | 0 | 100 | 1001010 | 1110 | 111001 | 1000110 | 110111 |
Color Harmonies of #DCD33A
Complementary color
Monochromatic Colors of #DCD33A
Black with #DCD33A
Text Example
Text Example
White with #DCD33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD33A; }
p { color: rgb(220,211,58); }
H1.HeaderClassName
{
color: #DCD33A;
}
.AnyTagClassName
{
color: #DCD33A;
}
</style>
background-color css
<style>
a { background-color: #DCD33A; }
a { background-color: rgb(220,211,58); }
div.DivClassName
{
background-color: #DCD33A;
}
.BgClassName
{
background-color: #DCD33A;
}
</style>
border-color css
<style>
span { border-color: #DCD33A; }
span { border-color: rgb(220,211,58); }
td.TdClassName
{
border-color: #DCD33A;
}
.TagClassName
{
border-color: #DCD33A;
}
</style>