Shades of Wattle #DCC539
Tints of Wattle #DCC539
RGB
CMYK
RGB Variations
Color information
#DCC539 (or 0xDCC539) is known color: Wattle. HEX triplet: DC, C5 and 39. RGB value is (220,197,57). Sum of RGB (Red+Green+Blue) = 220+197+57=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 197 (77.34% from 255 or 41.56% from 474); Blue value is 57 (22.66% from 255 or 12.03% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC539 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC539 is #233AC6. Grayscale: #BCBCBC. Windows color (decimal): -2308807 or 3786204. OLE color: 3786204.
HSL color Cylindrical-coordinate representation of color #DCC539: hue angle of 51.53º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DCC539 is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 197 | 57 | - |
| CMYK | 0 | 0.10 | 0.74 | 0.14 |
| HSL | 51.53º | 0.7% | 0.54% | - |
| HSV(B) | 51.53º | 0.74% | 0.86% | - |
| XYZ | 50.22 | 55.44 | 11.93 | - |
| YUV | 187.92 | 54.12 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 57 | 0 | 0.10 | 0.74 | 0.14 | 51.53 | 0.7 | 0.54 |
| Hex | DC | C5 | 39 | 0 | A | 4A | E | 34 | 46 | 36 |
| Octal | 334 | 305 | 71 | 0 | 12 | 112 | 16 | 64 | 106 | 66 |
| Binary | 11011100 | 11000101 | 111001 | 0 | 1010 | 1001010 | 1110 | 110100 | 1000110 | 110110 |
Color Harmonies of #DCC539
Complementary color
Monochromatic Colors of #DCC539
Black with #DCC539
Text Example
Text Example
White with #DCC539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC539; }
p { color: rgb(220,197,57); }
H1.HeaderClassName
{
color: #DCC539;
}
.AnyTagClassName
{
color: #DCC539;
}
</style>
background-color css
<style>
a { background-color: #DCC539; }
a { background-color: rgb(220,197,57); }
div.DivClassName
{
background-color: #DCC539;
}
.BgClassName
{
background-color: #DCC539;
}
</style>
border-color css
<style>
span { border-color: #DCC539; }
span { border-color: rgb(220,197,57); }
td.TdClassName
{
border-color: #DCC539;
}
.TagClassName
{
border-color: #DCC539;
}
</style>