Shades of Wattle #DCD13B
Tints of Wattle #DCD13B
RGB
CMYK
RGB Variations
Color information
#DCD13B (or 0xDCD13B) is known color: Wattle. HEX triplet: DC, D1 and 3B. RGB value is (220,209,59). Sum of RGB (Red+Green+Blue) = 220+209+59=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 209 (82.03% from 255 or 42.83% from 488); Blue value is 59 (23.44% from 255 or 12.09% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD13B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD13B is #232EC4. Grayscale: #C3C3C3. Windows color (decimal): -2305733 or 3920348. OLE color: 3920348.
HSL color Cylindrical-coordinate representation of color #DCD13B: hue angle of 55.9º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DCD13B is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 209 | 59 | - |
| CMYK | 0 | 0.05 | 0.73 | 0.14 |
| HSL | 55.9º | 0.7% | 0.55% | - |
| HSV(B) | 55.9º | 0.73% | 0.86% | - |
| XYZ | 53.11 | 61.13 | 13.14 | - |
| YUV | 195.19 | 51.14 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 209 | 59 | 0 | 0.05 | 0.73 | 0.14 | 55.9 | 0.7 | 0.55 |
| Hex | DC | D1 | 3B | 0 | 5 | 49 | E | 38 | 46 | 37 |
| Octal | 334 | 321 | 73 | 0 | 5 | 111 | 16 | 70 | 106 | 67 |
| Binary | 11011100 | 11010001 | 111011 | 0 | 101 | 1001001 | 1110 | 111000 | 1000110 | 110111 |
Color Harmonies of #DCD13B
Complementary color
Monochromatic Colors of #DCD13B
Black with #DCD13B
Text Example
Text Example
White with #DCD13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD13B; }
p { color: rgb(220,209,59); }
H1.HeaderClassName
{
color: #DCD13B;
}
.AnyTagClassName
{
color: #DCD13B;
}
</style>
background-color css
<style>
a { background-color: #DCD13B; }
a { background-color: rgb(220,209,59); }
div.DivClassName
{
background-color: #DCD13B;
}
.BgClassName
{
background-color: #DCD13B;
}
</style>
border-color css
<style>
span { border-color: #DCD13B; }
span { border-color: rgb(220,209,59); }
td.TdClassName
{
border-color: #DCD13B;
}
.TagClassName
{
border-color: #DCD13B;
}
</style>