Shades of Wattle #DCC537
Tints of Wattle #DCC537
RGB
CMYK
RGB Variations
Color information
#DCC537 (or 0xDCC537) is known color: Wattle. HEX triplet: DC, C5 and 37. RGB value is (220,197,55). Sum of RGB (Red+Green+Blue) = 220+197+55=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 197 (77.34% from 255 or 41.74% from 472); Blue value is 55 (21.88% from 255 or 11.65% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC537 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC537 is #233AC8. Grayscale: #BCBCBC. Windows color (decimal): -2308809 or 3655132. OLE color: 3655132.
HSL color Cylindrical-coordinate representation of color #DCC537: hue angle of 51.64º 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 #DCC537 is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 197 | 55 | - |
| CMYK | 0 | 0.10 | 0.75 | 0.14 |
| HSL | 51.64º | 0.7% | 0.54% | - |
| HSV(B) | 51.64º | 0.75% | 0.86% | - |
| XYZ | 50.17 | 55.42 | 11.67 | - |
| YUV | 187.69 | 53.12 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 55 | 0 | 0.10 | 0.75 | 0.14 | 51.64 | 0.7 | 0.54 |
| Hex | DC | C5 | 37 | 0 | A | 4B | E | 34 | 46 | 36 |
| Octal | 334 | 305 | 67 | 0 | 12 | 113 | 16 | 64 | 106 | 66 |
| Binary | 11011100 | 11000101 | 110111 | 0 | 1010 | 1001011 | 1110 | 110100 | 1000110 | 110110 |
Color Harmonies of #DCC537
Complementary color
Monochromatic Colors of #DCC537
Black with #DCC537
Text Example
Text Example
White with #DCC537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC537; }
p { color: rgb(220,197,55); }
H1.HeaderClassName
{
color: #DCC537;
}
.AnyTagClassName
{
color: #DCC537;
}
</style>
background-color css
<style>
a { background-color: #DCC537; }
a { background-color: rgb(220,197,55); }
div.DivClassName
{
background-color: #DCC537;
}
.BgClassName
{
background-color: #DCC537;
}
</style>
border-color css
<style>
span { border-color: #DCC537; }
span { border-color: rgb(220,197,55); }
td.TdClassName
{
border-color: #DCC537;
}
.TagClassName
{
border-color: #DCC537;
}
</style>