Shades of Wattle #DCC037
Tints of Wattle #DCC037
RGB
CMYK
RGB Variations
Color information
#DCC037 (or 0xDCC037) is known color: Wattle. HEX triplet: DC, C0 and 37. RGB value is (220,192,55). Sum of RGB (Red+Green+Blue) = 220+192+55=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 192 (75.39% from 255 or 41.11% from 467); Blue value is 55 (21.88% from 255 or 11.78% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC037 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC037 is #233FC8. Grayscale: #B9B9B9. Windows color (decimal): -2310089 or 3653852. OLE color: 3653852.
HSL color Cylindrical-coordinate representation of color #DCC037: hue angle of 49.82º 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 #DCC037 is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 55 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.14 |
| HSL | 49.82º | 0.7% | 0.54% | - |
| HSV(B) | 49.82º | 0.75% | 0.86% | - |
| XYZ | 49.05 | 53.19 | 11.3 | - |
| YUV | 184.75 | 54.78 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 55 | 0 | 0.13 | 0.75 | 0.14 | 49.82 | 0.7 | 0.54 |
| Hex | DC | C0 | 37 | 0 | D | 4B | E | 32 | 46 | 36 |
| Octal | 334 | 300 | 67 | 0 | 15 | 113 | 16 | 62 | 106 | 66 |
| Binary | 11011100 | 11000000 | 110111 | 0 | 1101 | 1001011 | 1110 | 110010 | 1000110 | 110110 |
Color Harmonies of #DCC037
Complementary color
Monochromatic Colors of #DCC037
Black with #DCC037
Text Example
Text Example
White with #DCC037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC037; }
p { color: rgb(220,192,55); }
H1.HeaderClassName
{
color: #DCC037;
}
.AnyTagClassName
{
color: #DCC037;
}
</style>
background-color css
<style>
a { background-color: #DCC037; }
a { background-color: rgb(220,192,55); }
div.DivClassName
{
background-color: #DCC037;
}
.BgClassName
{
background-color: #DCC037;
}
</style>
border-color css
<style>
span { border-color: #DCC037; }
span { border-color: rgb(220,192,55); }
td.TdClassName
{
border-color: #DCC037;
}
.TagClassName
{
border-color: #DCC037;
}
</style>