Shades of Wattle #DCC635
Tints of Wattle #DCC635
RGB
CMYK
RGB Variations
Color information
#DCC635 (or 0xDCC635) is known color: Wattle. HEX triplet: DC, C6 and 35. RGB value is (220,198,53). Sum of RGB (Red+Green+Blue) = 220+198+53=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 198 (77.73% from 255 or 42.04% from 471); Blue value is 53 (21.09% from 255 or 11.25% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC635 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC635 is #2339CA. Grayscale: #BCBCBC. Windows color (decimal): -2308555 or 3524316. OLE color: 3524316.
HSL color Cylindrical-coordinate representation of color #DCC635: hue angle of 52.1º 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 #DCC635 is Cyan = 0, Magento = 0.1, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 198 | 53 | - |
| CMYK | 0 | 0.1 | 0.76 | 0.14 |
| HSL | 52.1º | 0.7% | 0.54% | - |
| HSV(B) | 52.1º | 0.76% | 0.86% | - |
| XYZ | 50.35 | 55.86 | 11.5 | - |
| YUV | 188.05 | 51.79 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 53 | 0 | 0.1 | 0.76 | 0.14 | 52.1 | 0.7 | 0.54 |
| Hex | DC | C6 | 35 | 0 | A | 4C | E | 34 | 46 | 36 |
| Octal | 334 | 306 | 65 | 0 | 12 | 114 | 16 | 64 | 106 | 66 |
| Binary | 11011100 | 11000110 | 110101 | 0 | 1010 | 1001100 | 1110 | 110100 | 1000110 | 110110 |
Color Harmonies of #DCC635
Complementary color
Monochromatic Colors of #DCC635
Black with #DCC635
Text Example
Text Example
White with #DCC635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC635; }
p { color: rgb(220,198,53); }
H1.HeaderClassName
{
color: #DCC635;
}
.AnyTagClassName
{
color: #DCC635;
}
</style>
background-color css
<style>
a { background-color: #DCC635; }
a { background-color: rgb(220,198,53); }
div.DivClassName
{
background-color: #DCC635;
}
.BgClassName
{
background-color: #DCC635;
}
</style>
border-color css
<style>
span { border-color: #DCC635; }
span { border-color: rgb(220,198,53); }
td.TdClassName
{
border-color: #DCC635;
}
.TagClassName
{
border-color: #DCC635;
}
</style>