Shades of Wattle #DCC531
Tints of Wattle #DCC531
RGB
CMYK
RGB Variations
Color information
#DCC531 (or 0xDCC531) is known color: Wattle. HEX triplet: DC, C5 and 31. RGB value is (220,197,49). Sum of RGB (Red+Green+Blue) = 220+197+49=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 197 (77.34% from 255 or 42.27% from 466); Blue value is 49 (19.53% from 255 or 10.52% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC531 is #233ACE. Grayscale: #BBBBBB. Windows color (decimal): -2308815 or 3261916. OLE color: 3261916.
HSL color Cylindrical-coordinate representation of color #DCC531: hue angle of 51.93º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DCC531 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 197 | 49 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.14 |
| HSL | 51.93º | 0.71% | 0.53% | - |
| HSV(B) | 51.93º | 0.78% | 0.86% | - |
| XYZ | 50.04 | 55.37 | 10.96 | - |
| YUV | 187.01 | 50.12 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 49 | 0 | 0.10 | 0.78 | 0.14 | 51.93 | 0.71 | 0.53 |
| Hex | DC | C5 | 31 | 0 | A | 4E | E | 34 | 47 | 35 |
| Octal | 334 | 305 | 61 | 0 | 12 | 116 | 16 | 64 | 107 | 65 |
| Binary | 11011100 | 11000101 | 110001 | 0 | 1010 | 1001110 | 1110 | 110100 | 1000111 | 110101 |
Color Harmonies of #DCC531
Complementary color
Monochromatic Colors of #DCC531
Black with #DCC531
Text Example
Text Example
White with #DCC531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC531; }
p { color: rgb(220,197,49); }
H1.HeaderClassName
{
color: #DCC531;
}
.AnyTagClassName
{
color: #DCC531;
}
</style>
background-color css
<style>
a { background-color: #DCC531; }
a { background-color: rgb(220,197,49); }
div.DivClassName
{
background-color: #DCC531;
}
.BgClassName
{
background-color: #DCC531;
}
</style>
border-color css
<style>
span { border-color: #DCC531; }
span { border-color: rgb(220,197,49); }
td.TdClassName
{
border-color: #DCC531;
}
.TagClassName
{
border-color: #DCC531;
}
</style>