Shades of Wattle #DCC032
Tints of Wattle #DCC032
RGB
CMYK
RGB Variations
Color information
#DCC032 (or 0xDCC032) is known color: Wattle. HEX triplet: DC, C0 and 32. RGB value is (220,192,50). Sum of RGB (Red+Green+Blue) = 220+192+50=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 192 (75.39% from 255 or 41.56% from 462); Blue value is 50 (19.92% from 255 or 10.82% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC032 is #233FCD. Grayscale: #B8B8B8. Windows color (decimal): -2310094 or 3326172. OLE color: 3326172.
HSL color Cylindrical-coordinate representation of color #DCC032: hue angle of 50.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 #DCC032 is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 50 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.14 |
| HSL | 50.12º | 0.71% | 0.53% | - |
| HSV(B) | 50.12º | 0.77% | 0.86% | - |
| XYZ | 48.94 | 53.15 | 10.7 | - |
| YUV | 184.18 | 52.28 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 50 | 0 | 0.13 | 0.77 | 0.14 | 50.12 | 0.71 | 0.53 |
| Hex | DC | C0 | 32 | 0 | D | 4D | E | 32 | 47 | 35 |
| Octal | 334 | 300 | 62 | 0 | 15 | 115 | 16 | 62 | 107 | 65 |
| Binary | 11011100 | 11000000 | 110010 | 0 | 1101 | 1001101 | 1110 | 110010 | 1000111 | 110101 |
Color Harmonies of #DCC032
Complementary color
Monochromatic Colors of #DCC032
Black with #DCC032
Text Example
Text Example
White with #DCC032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC032; }
p { color: rgb(220,192,50); }
H1.HeaderClassName
{
color: #DCC032;
}
.AnyTagClassName
{
color: #DCC032;
}
</style>
background-color css
<style>
a { background-color: #DCC032; }
a { background-color: rgb(220,192,50); }
div.DivClassName
{
background-color: #DCC032;
}
.BgClassName
{
background-color: #DCC032;
}
</style>
border-color css
<style>
span { border-color: #DCC032; }
span { border-color: rgb(220,192,50); }
td.TdClassName
{
border-color: #DCC032;
}
.TagClassName
{
border-color: #DCC032;
}
</style>