Shades of Wattle #DCC534
Tints of Wattle #DCC534
RGB
CMYK
RGB Variations
Color information
#DCC534 (or 0xDCC534) is known color: Wattle. HEX triplet: DC, C5 and 34. RGB value is (220,197,52). Sum of RGB (Red+Green+Blue) = 220+197+52=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 197 (77.34% from 255 or 42.00% from 469); Blue value is 52 (20.70% from 255 or 11.09% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC534 is #233ACB. Grayscale: #BBBBBB. Windows color (decimal): -2308812 or 3458524. OLE color: 3458524.
HSL color Cylindrical-coordinate representation of color #DCC534: hue angle of 51.79º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DCC534 is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 197 | 52 | - |
| CMYK | 0 | 0.10 | 0.76 | 0.14 |
| HSL | 51.79º | 0.71% | 0.53% | - |
| HSV(B) | 51.79º | 0.76% | 0.86% | - |
| XYZ | 50.1 | 55.4 | 11.3 | - |
| YUV | 187.35 | 51.62 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 52 | 0 | 0.10 | 0.76 | 0.14 | 51.79 | 0.71 | 0.53 |
| Hex | DC | C5 | 34 | 0 | A | 4C | E | 34 | 47 | 35 |
| Octal | 334 | 305 | 64 | 0 | 12 | 114 | 16 | 64 | 107 | 65 |
| Binary | 11011100 | 11000101 | 110100 | 0 | 1010 | 1001100 | 1110 | 110100 | 1000111 | 110101 |
Color Harmonies of #DCC534
Complementary color
Monochromatic Colors of #DCC534
Black with #DCC534
Text Example
Text Example
White with #DCC534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC534; }
p { color: rgb(220,197,52); }
H1.HeaderClassName
{
color: #DCC534;
}
.AnyTagClassName
{
color: #DCC534;
}
</style>
background-color css
<style>
a { background-color: #DCC534; }
a { background-color: rgb(220,197,52); }
div.DivClassName
{
background-color: #DCC534;
}
.BgClassName
{
background-color: #DCC534;
}
</style>
border-color css
<style>
span { border-color: #DCC534; }
span { border-color: rgb(220,197,52); }
td.TdClassName
{
border-color: #DCC534;
}
.TagClassName
{
border-color: #DCC534;
}
</style>