Shades of Wattle #DCC535
Tints of Wattle #DCC535
RGB
CMYK
RGB Variations
Color information
#DCC535 (or 0xDCC535) is known color: Wattle. HEX triplet: DC, C5 and 35. RGB value is (220,197,53). Sum of RGB (Red+Green+Blue) = 220+197+53=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 197 (77.34% from 255 or 41.91% from 470); Blue value is 53 (21.09% from 255 or 11.28% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC535 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC535 is #233ACA. Grayscale: #BCBCBC. Windows color (decimal): -2308811 or 3524060. OLE color: 3524060.
HSL color Cylindrical-coordinate representation of color #DCC535: hue angle of 51.74º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DCC535 is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 197 | 53 | - |
| CMYK | 0 | 0.10 | 0.76 | 0.14 |
| HSL | 51.74º | 0.7% | 0.54% | - |
| HSV(B) | 51.74º | 0.76% | 0.86% | - |
| XYZ | 50.12 | 55.41 | 11.42 | - |
| YUV | 187.46 | 52.12 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 53 | 0 | 0.10 | 0.76 | 0.14 | 51.74 | 0.7 | 0.54 |
| Hex | DC | C5 | 35 | 0 | A | 4C | E | 34 | 46 | 36 |
| Octal | 334 | 305 | 65 | 0 | 12 | 114 | 16 | 64 | 106 | 66 |
| Binary | 11011100 | 11000101 | 110101 | 0 | 1010 | 1001100 | 1110 | 110100 | 1000110 | 110110 |
Color Harmonies of #DCC535
Complementary color
Monochromatic Colors of #DCC535
Black with #DCC535
Text Example
Text Example
White with #DCC535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC535; }
p { color: rgb(220,197,53); }
H1.HeaderClassName
{
color: #DCC535;
}
.AnyTagClassName
{
color: #DCC535;
}
</style>
background-color css
<style>
a { background-color: #DCC535; }
a { background-color: rgb(220,197,53); }
div.DivClassName
{
background-color: #DCC535;
}
.BgClassName
{
background-color: #DCC535;
}
</style>
border-color css
<style>
span { border-color: #DCC535; }
span { border-color: rgb(220,197,53); }
td.TdClassName
{
border-color: #DCC535;
}
.TagClassName
{
border-color: #DCC535;
}
</style>