Shades of Wattle #DCD235
Tints of Wattle #DCD235
RGB
CMYK
RGB Variations
Color information
#DCD235 (or 0xDCD235) is known color: Wattle. HEX triplet: DC, D2 and 35. RGB value is (220,210,53). Sum of RGB (Red+Green+Blue) = 220+210+53=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 210 (82.42% from 255 or 43.48% from 483); Blue value is 53 (21.09% from 255 or 10.97% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD235 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD235 is #232DCA. Grayscale: #C3C3C3. Windows color (decimal): -2305483 or 3527388. OLE color: 3527388.
HSL color Cylindrical-coordinate representation of color #DCD235: hue angle of 56.41º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DCD235 is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 53 | - |
| CMYK | 0 | 0.05 | 0.76 | 0.14 |
| HSL | 56.41º | 0.7% | 0.54% | - |
| HSV(B) | 56.41º | 0.76% | 0.86% | - |
| XYZ | 53.2 | 61.57 | 12.45 | - |
| YUV | 195.09 | 47.81 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 53 | 0 | 0.05 | 0.76 | 0.14 | 56.41 | 0.7 | 0.54 |
| Hex | DC | D2 | 35 | 0 | 5 | 4C | E | 38 | 46 | 36 |
| Octal | 334 | 322 | 65 | 0 | 5 | 114 | 16 | 70 | 106 | 66 |
| Binary | 11011100 | 11010010 | 110101 | 0 | 101 | 1001100 | 1110 | 111000 | 1000110 | 110110 |
Color Harmonies of #DCD235
Complementary color
Monochromatic Colors of #DCD235
Black with #DCD235
Text Example
Text Example
White with #DCD235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD235; }
p { color: rgb(220,210,53); }
H1.HeaderClassName
{
color: #DCD235;
}
.AnyTagClassName
{
color: #DCD235;
}
</style>
background-color css
<style>
a { background-color: #DCD235; }
a { background-color: rgb(220,210,53); }
div.DivClassName
{
background-color: #DCD235;
}
.BgClassName
{
background-color: #DCD235;
}
</style>
border-color css
<style>
span { border-color: #DCD235; }
span { border-color: rgb(220,210,53); }
td.TdClassName
{
border-color: #DCD235;
}
.TagClassName
{
border-color: #DCD235;
}
</style>