Shades of Wattle #DCD23F
Tints of Wattle #DCD23F
RGB
CMYK
RGB Variations
Color information
#DCD23F (or 0xDCD23F) is known color: Wattle. HEX triplet: DC, D2 and 3F. RGB value is (220,210,63). Sum of RGB (Red+Green+Blue) = 220+210+63=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 210 (82.42% from 255 or 42.60% from 493); Blue value is 63 (25% from 255 or 12.78% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD23F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD23F is #232DC0. Grayscale: #C4C4C4. Windows color (decimal): -2305473 or 4182748. OLE color: 4182748.
HSL color Cylindrical-coordinate representation of color #DCD23F: hue angle of 56.18º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DCD23F is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 210 | 63 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.14 |
| HSL | 56.18º | 0.69% | 0.55% | - |
| HSV(B) | 56.18º | 0.71% | 0.86% | - |
| XYZ | 53.46 | 61.67 | 13.79 | - |
| YUV | 196.23 | 52.81 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 210 | 63 | 0 | 0.05 | 0.71 | 0.14 | 56.18 | 0.69 | 0.55 |
| Hex | DC | D2 | 3F | 0 | 5 | 47 | E | 38 | 45 | 37 |
| Octal | 334 | 322 | 77 | 0 | 5 | 107 | 16 | 70 | 105 | 67 |
| Binary | 11011100 | 11010010 | 111111 | 0 | 101 | 1000111 | 1110 | 111000 | 1000101 | 110111 |
Color Harmonies of #DCD23F
Complementary color
Monochromatic Colors of #DCD23F
Black with #DCD23F
Text Example
Text Example
White with #DCD23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD23F; }
p { color: rgb(220,210,63); }
H1.HeaderClassName
{
color: #DCD23F;
}
.AnyTagClassName
{
color: #DCD23F;
}
</style>
background-color css
<style>
a { background-color: #DCD23F; }
a { background-color: rgb(220,210,63); }
div.DivClassName
{
background-color: #DCD23F;
}
.BgClassName
{
background-color: #DCD23F;
}
</style>
border-color css
<style>
span { border-color: #DCD23F; }
span { border-color: rgb(220,210,63); }
td.TdClassName
{
border-color: #DCD23F;
}
.TagClassName
{
border-color: #DCD23F;
}
</style>