Shades of Wattle #DCD037
Tints of Wattle #DCD037
RGB
CMYK
RGB Variations
Color information
#DCD037 (or 0xDCD037) is known color: Wattle. HEX triplet: DC, D0 and 37. RGB value is (220,208,55). Sum of RGB (Red+Green+Blue) = 220+208+55=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 208 (81.64% from 255 or 43.06% from 483); Blue value is 55 (21.88% from 255 or 11.39% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD037 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD037 is #232FC8. Grayscale: #C2C2C2. Windows color (decimal): -2305993 or 3657948. OLE color: 3657948.
HSL color Cylindrical-coordinate representation of color #DCD037: hue angle of 55.64º 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 #DCD037 is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 208 | 55 | - |
| CMYK | 0 | 0.05 | 0.75 | 0.14 |
| HSL | 55.64º | 0.7% | 0.54% | - |
| HSV(B) | 55.64º | 0.75% | 0.86% | - |
| XYZ | 52.76 | 60.6 | 12.53 | - |
| YUV | 194.15 | 49.48 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 55 | 0 | 0.05 | 0.75 | 0.14 | 55.64 | 0.7 | 0.54 |
| Hex | DC | D0 | 37 | 0 | 5 | 4B | E | 38 | 46 | 36 |
| Octal | 334 | 320 | 67 | 0 | 5 | 113 | 16 | 70 | 106 | 66 |
| Binary | 11011100 | 11010000 | 110111 | 0 | 101 | 1001011 | 1110 | 111000 | 1000110 | 110110 |
Color Harmonies of #DCD037
Complementary color
Monochromatic Colors of #DCD037
Black with #DCD037
Text Example
Text Example
White with #DCD037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD037; }
p { color: rgb(220,208,55); }
H1.HeaderClassName
{
color: #DCD037;
}
.AnyTagClassName
{
color: #DCD037;
}
</style>
background-color css
<style>
a { background-color: #DCD037; }
a { background-color: rgb(220,208,55); }
div.DivClassName
{
background-color: #DCD037;
}
.BgClassName
{
background-color: #DCD037;
}
</style>
border-color css
<style>
span { border-color: #DCD037; }
span { border-color: rgb(220,208,55); }
td.TdClassName
{
border-color: #DCD037;
}
.TagClassName
{
border-color: #DCD037;
}
</style>