Shades of Wattle #DCD234
Tints of Wattle #DCD234
RGB
CMYK
RGB Variations
Color information
#DCD234 (or 0xDCD234) is known color: Wattle. HEX triplet: DC, D2 and 34. RGB value is (220,210,52). Sum of RGB (Red+Green+Blue) = 220+210+52=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 210 (82.42% from 255 or 43.57% from 482); Blue value is 52 (20.70% from 255 or 10.79% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD234 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD234 is #232DCB. Grayscale: #C3C3C3. Windows color (decimal): -2305484 or 3461852. OLE color: 3461852.
HSL color Cylindrical-coordinate representation of color #DCD234: hue angle of 56.43º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DCD234 is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 52 | - |
| CMYK | 0 | 0.05 | 0.76 | 0.14 |
| HSL | 56.43º | 0.71% | 0.53% | - |
| HSV(B) | 56.43º | 0.76% | 0.86% | - |
| XYZ | 53.18 | 61.56 | 12.33 | - |
| YUV | 194.98 | 47.31 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 52 | 0 | 0.05 | 0.76 | 0.14 | 56.43 | 0.71 | 0.53 |
| Hex | DC | D2 | 34 | 0 | 5 | 4C | E | 38 | 47 | 35 |
| Octal | 334 | 322 | 64 | 0 | 5 | 114 | 16 | 70 | 107 | 65 |
| Binary | 11011100 | 11010010 | 110100 | 0 | 101 | 1001100 | 1110 | 111000 | 1000111 | 110101 |
Color Harmonies of #DCD234
Complementary color
Monochromatic Colors of #DCD234
Black with #DCD234
Text Example
Text Example
White with #DCD234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD234; }
p { color: rgb(220,210,52); }
H1.HeaderClassName
{
color: #DCD234;
}
.AnyTagClassName
{
color: #DCD234;
}
</style>
background-color css
<style>
a { background-color: #DCD234; }
a { background-color: rgb(220,210,52); }
div.DivClassName
{
background-color: #DCD234;
}
.BgClassName
{
background-color: #DCD234;
}
</style>
border-color css
<style>
span { border-color: #DCD234; }
span { border-color: rgb(220,210,52); }
td.TdClassName
{
border-color: #DCD234;
}
.TagClassName
{
border-color: #DCD234;
}
</style>