Shades of Wattle #DCD033
Tints of Wattle #DCD033
RGB
CMYK
RGB Variations
Color information
#DCD033 (or 0xDCD033) is known color: Wattle. HEX triplet: DC, D0 and 33. RGB value is (220,208,51). Sum of RGB (Red+Green+Blue) = 220+208+51=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 208 (81.64% from 255 or 43.42% from 479); Blue value is 51 (20.31% from 255 or 10.65% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD033 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD033 is #232FCC. Grayscale: #C2C2C2. Windows color (decimal): -2305997 or 3395804. OLE color: 3395804.
HSL color Cylindrical-coordinate representation of color #DCD033: hue angle of 55.74º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DCD033 is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 208 | 51 | - |
| CMYK | 0 | 0.05 | 0.77 | 0.14 |
| HSL | 55.74º | 0.71% | 0.53% | - |
| HSV(B) | 55.74º | 0.77% | 0.86% | - |
| XYZ | 52.67 | 60.57 | 12.05 | - |
| YUV | 193.69 | 47.48 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 51 | 0 | 0.05 | 0.77 | 0.14 | 55.74 | 0.71 | 0.53 |
| Hex | DC | D0 | 33 | 0 | 5 | 4D | E | 38 | 47 | 35 |
| Octal | 334 | 320 | 63 | 0 | 5 | 115 | 16 | 70 | 107 | 65 |
| Binary | 11011100 | 11010000 | 110011 | 0 | 101 | 1001101 | 1110 | 111000 | 1000111 | 110101 |
Color Harmonies of #DCD033
Complementary color
Monochromatic Colors of #DCD033
Black with #DCD033
Text Example
Text Example
White with #DCD033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD033; }
p { color: rgb(220,208,51); }
H1.HeaderClassName
{
color: #DCD033;
}
.AnyTagClassName
{
color: #DCD033;
}
</style>
background-color css
<style>
a { background-color: #DCD033; }
a { background-color: rgb(220,208,51); }
div.DivClassName
{
background-color: #DCD033;
}
.BgClassName
{
background-color: #DCD033;
}
</style>
border-color css
<style>
span { border-color: #DCD033; }
span { border-color: rgb(220,208,51); }
td.TdClassName
{
border-color: #DCD033;
}
.TagClassName
{
border-color: #DCD033;
}
</style>