Shades of Wattle #DCD03A
Tints of Wattle #DCD03A
RGB
CMYK
RGB Variations
Color information
#DCD03A (or 0xDCD03A) is known color: Wattle. HEX triplet: DC, D0 and 3A. RGB value is (220,208,58). Sum of RGB (Red+Green+Blue) = 220+208+58=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 208 (81.64% from 255 or 42.80% from 486); Blue value is 58 (23.05% from 255 or 11.93% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD03A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD03A is #232FC5. Grayscale: #C3C3C3. Windows color (decimal): -2305990 or 3854556. OLE color: 3854556.
HSL color Cylindrical-coordinate representation of color #DCD03A: hue angle of 55.56º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DCD03A is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 208 | 58 | - |
| CMYK | 0 | 0.05 | 0.74 | 0.14 |
| HSL | 55.56º | 0.7% | 0.55% | - |
| HSV(B) | 55.56º | 0.74% | 0.86% | - |
| XYZ | 52.83 | 60.63 | 12.92 | - |
| YUV | 194.49 | 50.98 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 58 | 0 | 0.05 | 0.74 | 0.14 | 55.56 | 0.7 | 0.55 |
| Hex | DC | D0 | 3A | 0 | 5 | 4A | E | 38 | 46 | 37 |
| Octal | 334 | 320 | 72 | 0 | 5 | 112 | 16 | 70 | 106 | 67 |
| Binary | 11011100 | 11010000 | 111010 | 0 | 101 | 1001010 | 1110 | 111000 | 1000110 | 110111 |
Color Harmonies of #DCD03A
Complementary color
Monochromatic Colors of #DCD03A
Black with #DCD03A
Text Example
Text Example
White with #DCD03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD03A; }
p { color: rgb(220,208,58); }
H1.HeaderClassName
{
color: #DCD03A;
}
.AnyTagClassName
{
color: #DCD03A;
}
</style>
background-color css
<style>
a { background-color: #DCD03A; }
a { background-color: rgb(220,208,58); }
div.DivClassName
{
background-color: #DCD03A;
}
.BgClassName
{
background-color: #DCD03A;
}
</style>
border-color css
<style>
span { border-color: #DCD03A; }
span { border-color: rgb(220,208,58); }
td.TdClassName
{
border-color: #DCD03A;
}
.TagClassName
{
border-color: #DCD03A;
}
</style>