Shades of Wattle #DCC035
Tints of Wattle #DCC035
RGB
CMYK
RGB Variations
Color information
#DCC035 (or 0xDCC035) is known color: Wattle. HEX triplet: DC, C0 and 35. RGB value is (220,192,53). Sum of RGB (Red+Green+Blue) = 220+192+53=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 53 (21.09% from 255 or 11.40% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC035 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC035 is #233FCA. Grayscale: #B9B9B9. Windows color (decimal): -2310091 or 3522780. OLE color: 3522780.
HSL color Cylindrical-coordinate representation of color #DCC035: hue angle of 49.94º 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 #DCC035 is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 53 | - |
| CMYK | 0 | 0.13 | 0.76 | 0.14 |
| HSL | 49.94º | 0.7% | 0.54% | - |
| HSV(B) | 49.94º | 0.76% | 0.86% | - |
| XYZ | 49.01 | 53.17 | 11.05 | - |
| YUV | 184.53 | 53.78 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 53 | 0 | 0.13 | 0.76 | 0.14 | 49.94 | 0.7 | 0.54 |
| Hex | DC | C0 | 35 | 0 | D | 4C | E | 32 | 46 | 36 |
| Octal | 334 | 300 | 65 | 0 | 15 | 114 | 16 | 62 | 106 | 66 |
| Binary | 11011100 | 11000000 | 110101 | 0 | 1101 | 1001100 | 1110 | 110010 | 1000110 | 110110 |
Color Harmonies of #DCC035
Complementary color
Monochromatic Colors of #DCC035
Black with #DCC035
Text Example
Text Example
White with #DCC035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC035; }
p { color: rgb(220,192,53); }
H1.HeaderClassName
{
color: #DCC035;
}
.AnyTagClassName
{
color: #DCC035;
}
</style>
background-color css
<style>
a { background-color: #DCC035; }
a { background-color: rgb(220,192,53); }
div.DivClassName
{
background-color: #DCC035;
}
.BgClassName
{
background-color: #DCC035;
}
</style>
border-color css
<style>
span { border-color: #DCC035; }
span { border-color: rgb(220,192,53); }
td.TdClassName
{
border-color: #DCC035;
}
.TagClassName
{
border-color: #DCC035;
}
</style>