Shades of Wattle #DCD237
Tints of Wattle #DCD237
RGB
CMYK
RGB Variations
Color information
#DCD237 (or 0xDCD237) is known color: Wattle. HEX triplet: DC, D2 and 37. RGB value is (220,210,55). Sum of RGB (Red+Green+Blue) = 220+210+55=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 210 (82.42% from 255 or 43.30% from 485); Blue value is 55 (21.88% from 255 or 11.34% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD237 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD237 is #232DC8. Grayscale: #C3C3C3. Windows color (decimal): -2305481 or 3658460. OLE color: 3658460.
HSL color Cylindrical-coordinate representation of color #DCD237: hue angle of 56.36º 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 #DCD237 is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 55 | - |
| CMYK | 0 | 0.05 | 0.75 | 0.14 |
| HSL | 56.36º | 0.7% | 0.54% | - |
| HSV(B) | 56.36º | 0.75% | 0.86% | - |
| XYZ | 53.25 | 61.58 | 12.69 | - |
| YUV | 195.32 | 48.81 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 55 | 0 | 0.05 | 0.75 | 0.14 | 56.36 | 0.7 | 0.54 |
| Hex | DC | D2 | 37 | 0 | 5 | 4B | E | 38 | 46 | 36 |
| Octal | 334 | 322 | 67 | 0 | 5 | 113 | 16 | 70 | 106 | 66 |
| Binary | 11011100 | 11010010 | 110111 | 0 | 101 | 1001011 | 1110 | 111000 | 1000110 | 110110 |
Color Harmonies of #DCD237
Complementary color
Monochromatic Colors of #DCD237
Black with #DCD237
Text Example
Text Example
White with #DCD237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD237; }
p { color: rgb(220,210,55); }
H1.HeaderClassName
{
color: #DCD237;
}
.AnyTagClassName
{
color: #DCD237;
}
</style>
background-color css
<style>
a { background-color: #DCD237; }
a { background-color: rgb(220,210,55); }
div.DivClassName
{
background-color: #DCD237;
}
.BgClassName
{
background-color: #DCD237;
}
</style>
border-color css
<style>
span { border-color: #DCD237; }
span { border-color: rgb(220,210,55); }
td.TdClassName
{
border-color: #DCD237;
}
.TagClassName
{
border-color: #DCD237;
}
</style>