Shades of Wattle #DCD02D
Tints of Wattle #DCD02D
RGB
CMYK
RGB Variations
Color information
#DCD02D (or 0xDCD02D) is known color: Wattle. HEX triplet: DC, D0 and 2D. RGB value is (220,208,45). Sum of RGB (Red+Green+Blue) = 220+208+45=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 208 (81.64% from 255 or 43.97% from 473); Blue value is 45 (17.97% from 255 or 9.51% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD02D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD02D is #232FD2. Grayscale: #C1C1C1. Windows color (decimal): -2306003 or 3002588. OLE color: 3002588.
HSL color Cylindrical-coordinate representation of color #DCD02D: hue angle of 55.89º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCD02D is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 208 | 45 | - |
| CMYK | 0 | 0.05 | 0.80 | 0.14 |
| HSL | 55.89º | 0.71% | 0.52% | - |
| HSV(B) | 55.89º | 0.8% | 0.86% | - |
| XYZ | 52.54 | 60.52 | 11.39 | - |
| YUV | 193.01 | 44.48 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 45 | 0 | 0.05 | 0.80 | 0.14 | 55.89 | 0.71 | 0.52 |
| Hex | DC | D0 | 2D | 0 | 5 | 50 | E | 38 | 47 | 34 |
| Octal | 334 | 320 | 55 | 0 | 5 | 120 | 16 | 70 | 107 | 64 |
| Binary | 11011100 | 11010000 | 101101 | 0 | 101 | 1010000 | 1110 | 111000 | 1000111 | 110100 |
Color Harmonies of #DCD02D
Complementary color
Monochromatic Colors of #DCD02D
Black with #DCD02D
Text Example
Text Example
White with #DCD02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD02D; }
p { color: rgb(220,208,45); }
H1.HeaderClassName
{
color: #DCD02D;
}
.AnyTagClassName
{
color: #DCD02D;
}
</style>
background-color css
<style>
a { background-color: #DCD02D; }
a { background-color: rgb(220,208,45); }
div.DivClassName
{
background-color: #DCD02D;
}
.BgClassName
{
background-color: #DCD02D;
}
</style>
border-color css
<style>
span { border-color: #DCD02D; }
span { border-color: rgb(220,208,45); }
td.TdClassName
{
border-color: #DCD02D;
}
.TagClassName
{
border-color: #DCD02D;
}
</style>