Shades of Wattle #DCC636
Tints of Wattle #DCC636
RGB
CMYK
RGB Variations
Color information
#DCC636 (or 0xDCC636) is known color: Wattle. HEX triplet: DC, C6 and 36. RGB value is (220,198,54). Sum of RGB (Red+Green+Blue) = 220+198+54=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 198 (77.73% from 255 or 41.95% from 472); Blue value is 54 (21.48% from 255 or 11.44% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC636 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC636 is #2339C9. Grayscale: #BCBCBC. Windows color (decimal): -2308554 or 3589852. OLE color: 3589852.
HSL color Cylindrical-coordinate representation of color #DCC636: hue angle of 52.05º 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 #DCC636 is Cyan = 0, Magento = 0.1, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 198 | 54 | - |
| CMYK | 0 | 0.1 | 0.75 | 0.14 |
| HSL | 52.05º | 0.7% | 0.54% | - |
| HSV(B) | 52.05º | 0.75% | 0.86% | - |
| XYZ | 50.38 | 55.87 | 11.62 | - |
| YUV | 188.16 | 52.29 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 54 | 0 | 0.1 | 0.75 | 0.14 | 52.05 | 0.7 | 0.54 |
| Hex | DC | C6 | 36 | 0 | A | 4B | E | 34 | 46 | 36 |
| Octal | 334 | 306 | 66 | 0 | 12 | 113 | 16 | 64 | 106 | 66 |
| Binary | 11011100 | 11000110 | 110110 | 0 | 1010 | 1001011 | 1110 | 110100 | 1000110 | 110110 |
Color Harmonies of #DCC636
Complementary color
Monochromatic Colors of #DCC636
Black with #DCC636
Text Example
Text Example
White with #DCC636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC636; }
p { color: rgb(220,198,54); }
H1.HeaderClassName
{
color: #DCC636;
}
.AnyTagClassName
{
color: #DCC636;
}
</style>
background-color css
<style>
a { background-color: #DCC636; }
a { background-color: rgb(220,198,54); }
div.DivClassName
{
background-color: #DCC636;
}
.BgClassName
{
background-color: #DCC636;
}
</style>
border-color css
<style>
span { border-color: #DCC636; }
span { border-color: rgb(220,198,54); }
td.TdClassName
{
border-color: #DCC636;
}
.TagClassName
{
border-color: #DCC636;
}
</style>