Shades of Wattle #DCC235
Tints of Wattle #DCC235
RGB
CMYK
RGB Variations
Color information
#DCC235 (or 0xDCC235) is known color: Wattle. HEX triplet: DC, C2 and 35. RGB value is (220,194,53). Sum of RGB (Red+Green+Blue) = 220+194+53=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 194 (76.17% from 255 or 41.54% from 467); Blue value is 53 (21.09% from 255 or 11.35% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC235 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC235 is #233DCA. Grayscale: #BABABA. Windows color (decimal): -2309579 or 3523292. OLE color: 3523292.
HSL color Cylindrical-coordinate representation of color #DCC235: hue angle of 50.66º 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 #DCC235 is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 53 | - |
| CMYK | 0 | 0.12 | 0.76 | 0.14 |
| HSL | 50.66º | 0.7% | 0.54% | - |
| HSV(B) | 50.66º | 0.76% | 0.86% | - |
| XYZ | 49.45 | 54.06 | 11.2 | - |
| YUV | 185.7 | 53.11 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 53 | 0 | 0.12 | 0.76 | 0.14 | 50.66 | 0.7 | 0.54 |
| Hex | DC | C2 | 35 | 0 | C | 4C | E | 33 | 46 | 36 |
| Octal | 334 | 302 | 65 | 0 | 14 | 114 | 16 | 63 | 106 | 66 |
| Binary | 11011100 | 11000010 | 110101 | 0 | 1100 | 1001100 | 1110 | 110011 | 1000110 | 110110 |
Color Harmonies of #DCC235
Complementary color
Monochromatic Colors of #DCC235
Black with #DCC235
Text Example
Text Example
White with #DCC235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC235; }
p { color: rgb(220,194,53); }
H1.HeaderClassName
{
color: #DCC235;
}
.AnyTagClassName
{
color: #DCC235;
}
</style>
background-color css
<style>
a { background-color: #DCC235; }
a { background-color: rgb(220,194,53); }
div.DivClassName
{
background-color: #DCC235;
}
.BgClassName
{
background-color: #DCC235;
}
</style>
border-color css
<style>
span { border-color: #DCC235; }
span { border-color: rgb(220,194,53); }
td.TdClassName
{
border-color: #DCC235;
}
.TagClassName
{
border-color: #DCC235;
}
</style>