Shades of Wattle #DCC532
Tints of Wattle #DCC532
RGB
CMYK
RGB Variations
Color information
#DCC532 (or 0xDCC532) is known color: Wattle. HEX triplet: DC, C5 and 32. RGB value is (220,197,50). Sum of RGB (Red+Green+Blue) = 220+197+50=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 197 (77.34% from 255 or 42.18% from 467); Blue value is 50 (19.92% from 255 or 10.71% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC532 is #233ACD. Grayscale: #BBBBBB. Windows color (decimal): -2308814 or 3327452. OLE color: 3327452.
HSL color Cylindrical-coordinate representation of color #DCC532: hue angle of 51.88º 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 #DCC532 is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 197 | 50 | - |
| CMYK | 0 | 0.10 | 0.77 | 0.14 |
| HSL | 51.88º | 0.71% | 0.53% | - |
| HSV(B) | 51.88º | 0.77% | 0.86% | - |
| XYZ | 50.06 | 55.38 | 11.07 | - |
| YUV | 187.12 | 50.62 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 50 | 0 | 0.10 | 0.77 | 0.14 | 51.88 | 0.71 | 0.53 |
| Hex | DC | C5 | 32 | 0 | A | 4D | E | 34 | 47 | 35 |
| Octal | 334 | 305 | 62 | 0 | 12 | 115 | 16 | 64 | 107 | 65 |
| Binary | 11011100 | 11000101 | 110010 | 0 | 1010 | 1001101 | 1110 | 110100 | 1000111 | 110101 |
Color Harmonies of #DCC532
Complementary color
Monochromatic Colors of #DCC532
Black with #DCC532
Text Example
Text Example
White with #DCC532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC532; }
p { color: rgb(220,197,50); }
H1.HeaderClassName
{
color: #DCC532;
}
.AnyTagClassName
{
color: #DCC532;
}
</style>
background-color css
<style>
a { background-color: #DCC532; }
a { background-color: rgb(220,197,50); }
div.DivClassName
{
background-color: #DCC532;
}
.BgClassName
{
background-color: #DCC532;
}
</style>
border-color css
<style>
span { border-color: #DCC532; }
span { border-color: rgb(220,197,50); }
td.TdClassName
{
border-color: #DCC532;
}
.TagClassName
{
border-color: #DCC532;
}
</style>