Shades of Wattle #DCC536
Tints of Wattle #DCC536
RGB
CMYK
RGB Variations
Color information
#DCC536 (or 0xDCC536) is known color: Wattle. HEX triplet: DC, C5 and 36. RGB value is (220,197,54). Sum of RGB (Red+Green+Blue) = 220+197+54=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 197 (77.34% from 255 or 41.83% from 471); Blue value is 54 (21.48% from 255 or 11.46% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC536 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC536 is #233AC9. Grayscale: #BCBCBC. Windows color (decimal): -2308810 or 3589596. OLE color: 3589596.
HSL color Cylindrical-coordinate representation of color #DCC536: hue angle of 51.69º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DCC536 is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 197 | 54 | - |
| CMYK | 0 | 0.10 | 0.75 | 0.14 |
| HSL | 51.69º | 0.7% | 0.54% | - |
| HSV(B) | 51.69º | 0.75% | 0.86% | - |
| XYZ | 50.15 | 55.41 | 11.54 | - |
| YUV | 187.58 | 52.62 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 54 | 0 | 0.10 | 0.75 | 0.14 | 51.69 | 0.7 | 0.54 |
| Hex | DC | C5 | 36 | 0 | A | 4B | E | 34 | 46 | 36 |
| Octal | 334 | 305 | 66 | 0 | 12 | 113 | 16 | 64 | 106 | 66 |
| Binary | 11011100 | 11000101 | 110110 | 0 | 1010 | 1001011 | 1110 | 110100 | 1000110 | 110110 |
Color Harmonies of #DCC536
Complementary color
Monochromatic Colors of #DCC536
Black with #DCC536
Text Example
Text Example
White with #DCC536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC536; }
p { color: rgb(220,197,54); }
H1.HeaderClassName
{
color: #DCC536;
}
.AnyTagClassName
{
color: #DCC536;
}
</style>
background-color css
<style>
a { background-color: #DCC536; }
a { background-color: rgb(220,197,54); }
div.DivClassName
{
background-color: #DCC536;
}
.BgClassName
{
background-color: #DCC536;
}
</style>
border-color css
<style>
span { border-color: #DCC536; }
span { border-color: rgb(220,197,54); }
td.TdClassName
{
border-color: #DCC536;
}
.TagClassName
{
border-color: #DCC536;
}
</style>