Shades of Wattle #DCD13C
Tints of Wattle #DCD13C
RGB
CMYK
RGB Variations
Color information
#DCD13C (or 0xDCD13C) is known color: Wattle. HEX triplet: DC, D1 and 3C. RGB value is (220,209,60). Sum of RGB (Red+Green+Blue) = 220+209+60=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 209 (82.03% from 255 or 42.74% from 489); Blue value is 60 (23.83% from 255 or 12.27% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD13C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD13C is #232EC3. Grayscale: #C3C3C3. Windows color (decimal): -2305732 or 3985884. OLE color: 3985884.
HSL color Cylindrical-coordinate representation of color #DCD13C: hue angle of 55.88º 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 #DCD13C is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 209 | 60 | - |
| CMYK | 0 | 0.05 | 0.73 | 0.14 |
| HSL | 55.88º | 0.7% | 0.55% | - |
| HSV(B) | 55.88º | 0.73% | 0.86% | - |
| XYZ | 53.13 | 61.14 | 13.28 | - |
| YUV | 195.3 | 51.64 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 209 | 60 | 0 | 0.05 | 0.73 | 0.14 | 55.88 | 0.7 | 0.55 |
| Hex | DC | D1 | 3C | 0 | 5 | 49 | E | 38 | 46 | 37 |
| Octal | 334 | 321 | 74 | 0 | 5 | 111 | 16 | 70 | 106 | 67 |
| Binary | 11011100 | 11010001 | 111100 | 0 | 101 | 1001001 | 1110 | 111000 | 1000110 | 110111 |
Color Harmonies of #DCD13C
Complementary color
Monochromatic Colors of #DCD13C
Black with #DCD13C
Text Example
Text Example
White with #DCD13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD13C; }
p { color: rgb(220,209,60); }
H1.HeaderClassName
{
color: #DCD13C;
}
.AnyTagClassName
{
color: #DCD13C;
}
</style>
background-color css
<style>
a { background-color: #DCD13C; }
a { background-color: rgb(220,209,60); }
div.DivClassName
{
background-color: #DCD13C;
}
.BgClassName
{
background-color: #DCD13C;
}
</style>
border-color css
<style>
span { border-color: #DCD13C; }
span { border-color: rgb(220,209,60); }
td.TdClassName
{
border-color: #DCD13C;
}
.TagClassName
{
border-color: #DCD13C;
}
</style>