Shades of Wattle #DCD23D
Tints of Wattle #DCD23D
RGB
CMYK
RGB Variations
Color information
#DCD23D (or 0xDCD23D) is known color: Wattle. HEX triplet: DC, D2 and 3D. RGB value is (220,210,61). Sum of RGB (Red+Green+Blue) = 220+210+61=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 210 (82.42% from 255 or 42.77% from 491); Blue value is 61 (24.22% from 255 or 12.42% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD23D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD23D is #232DC2. Grayscale: #C4C4C4. Windows color (decimal): -2305475 or 4051676. OLE color: 4051676.
HSL color Cylindrical-coordinate representation of color #DCD23D: hue angle of 56.23º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DCD23D is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 61 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.14 |
| HSL | 56.23º | 0.69% | 0.55% | - |
| HSV(B) | 56.23º | 0.72% | 0.86% | - |
| XYZ | 53.4 | 61.65 | 13.5 | - |
| YUV | 196 | 51.81 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 61 | 0 | 0.05 | 0.72 | 0.14 | 56.23 | 0.69 | 0.55 |
| Hex | DC | D2 | 3D | 0 | 5 | 48 | E | 38 | 45 | 37 |
| Octal | 334 | 322 | 75 | 0 | 5 | 110 | 16 | 70 | 105 | 67 |
| Binary | 11011100 | 11010010 | 111101 | 0 | 101 | 1001000 | 1110 | 111000 | 1000101 | 110111 |
Color Harmonies of #DCD23D
Complementary color
Monochromatic Colors of #DCD23D
Black with #DCD23D
Text Example
Text Example
White with #DCD23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD23D; }
p { color: rgb(220,210,61); }
H1.HeaderClassName
{
color: #DCD23D;
}
.AnyTagClassName
{
color: #DCD23D;
}
</style>
background-color css
<style>
a { background-color: #DCD23D; }
a { background-color: rgb(220,210,61); }
div.DivClassName
{
background-color: #DCD23D;
}
.BgClassName
{
background-color: #DCD23D;
}
</style>
border-color css
<style>
span { border-color: #DCD23D; }
span { border-color: rgb(220,210,61); }
td.TdClassName
{
border-color: #DCD23D;
}
.TagClassName
{
border-color: #DCD23D;
}
</style>