Shades of Wattle #DCD132
Tints of Wattle #DCD132
RGB
CMYK
RGB Variations
Color information
#DCD132 (or 0xDCD132) is known color: Wattle. HEX triplet: DC, D1 and 32. RGB value is (220,209,50). Sum of RGB (Red+Green+Blue) = 220+209+50=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 209 (82.03% from 255 or 43.63% from 479); Blue value is 50 (19.92% from 255 or 10.44% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD132 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD132 is #232ECD. Grayscale: #C2C2C2. Windows color (decimal): -2305742 or 3330524. OLE color: 3330524.
HSL color Cylindrical-coordinate representation of color #DCD132: hue angle of 56.12º 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 #DCD132 is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 209 | 50 | - |
| CMYK | 0 | 0.05 | 0.77 | 0.14 |
| HSL | 56.12º | 0.71% | 0.53% | - |
| HSV(B) | 56.12º | 0.77% | 0.86% | - |
| XYZ | 52.89 | 61.05 | 12.01 | - |
| YUV | 194.16 | 46.64 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 209 | 50 | 0 | 0.05 | 0.77 | 0.14 | 56.12 | 0.71 | 0.53 |
| Hex | DC | D1 | 32 | 0 | 5 | 4D | E | 38 | 47 | 35 |
| Octal | 334 | 321 | 62 | 0 | 5 | 115 | 16 | 70 | 107 | 65 |
| Binary | 11011100 | 11010001 | 110010 | 0 | 101 | 1001101 | 1110 | 111000 | 1000111 | 110101 |
Color Harmonies of #DCD132
Complementary color
Monochromatic Colors of #DCD132
Black with #DCD132
Text Example
Text Example
White with #DCD132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD132; }
p { color: rgb(220,209,50); }
H1.HeaderClassName
{
color: #DCD132;
}
.AnyTagClassName
{
color: #DCD132;
}
</style>
background-color css
<style>
a { background-color: #DCD132; }
a { background-color: rgb(220,209,50); }
div.DivClassName
{
background-color: #DCD132;
}
.BgClassName
{
background-color: #DCD132;
}
</style>
border-color css
<style>
span { border-color: #DCD132; }
span { border-color: rgb(220,209,50); }
td.TdClassName
{
border-color: #DCD132;
}
.TagClassName
{
border-color: #DCD132;
}
</style>