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