Shades of Wattle #DCC538
Tints of Wattle #DCC538
RGB
CMYK
RGB Variations
Color information
#DCC538 (or 0xDCC538) is known color: Wattle. HEX triplet: DC, C5 and 38. RGB value is (220,197,56). Sum of RGB (Red+Green+Blue) = 220+197+56=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 197 (77.34% from 255 or 41.65% from 473); Blue value is 56 (22.27% from 255 or 11.84% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC538 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC538 is #233AC7. Grayscale: #BCBCBC. Windows color (decimal): -2308808 or 3720668. OLE color: 3720668.
HSL color Cylindrical-coordinate representation of color #DCC538: hue angle of 51.59º 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 #DCC538 is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 197 | 56 | - |
| CMYK | 0 | 0.10 | 0.75 | 0.14 |
| HSL | 51.59º | 0.7% | 0.54% | - |
| HSV(B) | 51.59º | 0.75% | 0.86% | - |
| XYZ | 50.2 | 55.43 | 11.8 | - |
| YUV | 187.8 | 53.62 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 56 | 0 | 0.10 | 0.75 | 0.14 | 51.59 | 0.7 | 0.54 |
| Hex | DC | C5 | 38 | 0 | A | 4B | E | 34 | 46 | 36 |
| Octal | 334 | 305 | 70 | 0 | 12 | 113 | 16 | 64 | 106 | 66 |
| Binary | 11011100 | 11000101 | 111000 | 0 | 1010 | 1001011 | 1110 | 110100 | 1000110 | 110110 |
Color Harmonies of #DCC538
Complementary color
Monochromatic Colors of #DCC538
Black with #DCC538
Text Example
Text Example
White with #DCC538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC538; }
p { color: rgb(220,197,56); }
H1.HeaderClassName
{
color: #DCC538;
}
.AnyTagClassName
{
color: #DCC538;
}
</style>
background-color css
<style>
a { background-color: #DCC538; }
a { background-color: rgb(220,197,56); }
div.DivClassName
{
background-color: #DCC538;
}
.BgClassName
{
background-color: #DCC538;
}
</style>
border-color css
<style>
span { border-color: #DCC538; }
span { border-color: rgb(220,197,56); }
td.TdClassName
{
border-color: #DCC538;
}
.TagClassName
{
border-color: #DCC538;
}
</style>