Shades of Wattle #DCD02C
Tints of Wattle #DCD02C
RGB
CMYK
RGB Variations
Color information
#DCD02C (or 0xDCD02C) is known color: Wattle. HEX triplet: DC, D0 and 2C. RGB value is (220,208,44). Sum of RGB (Red+Green+Blue) = 220+208+44=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 208 (81.64% from 255 or 44.07% from 472); Blue value is 44 (17.58% from 255 or 9.32% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD02C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD02C is #232FD3. Grayscale: #C1C1C1. Windows color (decimal): -2306004 or 2937052. OLE color: 2937052.
HSL color Cylindrical-coordinate representation of color #DCD02C: hue angle of 55.91º degrees, saturation: 0.72, 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 #DCD02C is Cyan = 0, Magento = 0.05, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 208 | 44 | - |
| CMYK | 0 | 0.05 | 0.8 | 0.14 |
| HSL | 55.91º | 0.72% | 0.52% | - |
| HSV(B) | 55.91º | 0.8% | 0.86% | - |
| XYZ | 52.53 | 60.51 | 11.29 | - |
| YUV | 192.89 | 43.98 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 44 | 0 | 0.05 | 0.8 | 0.14 | 55.91 | 0.72 | 0.52 |
| Hex | DC | D0 | 2C | 0 | 5 | 50 | E | 38 | 48 | 34 |
| Octal | 334 | 320 | 54 | 0 | 5 | 120 | 16 | 70 | 110 | 64 |
| Binary | 11011100 | 11010000 | 101100 | 0 | 101 | 1010000 | 1110 | 111000 | 1001000 | 110100 |
Color Harmonies of #DCD02C
Complementary color
Monochromatic Colors of #DCD02C
Black with #DCD02C
Text Example
Text Example
White with #DCD02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD02C; }
p { color: rgb(220,208,44); }
H1.HeaderClassName
{
color: #DCD02C;
}
.AnyTagClassName
{
color: #DCD02C;
}
</style>
background-color css
<style>
a { background-color: #DCD02C; }
a { background-color: rgb(220,208,44); }
div.DivClassName
{
background-color: #DCD02C;
}
.BgClassName
{
background-color: #DCD02C;
}
</style>
border-color css
<style>
span { border-color: #DCD02C; }
span { border-color: rgb(220,208,44); }
td.TdClassName
{
border-color: #DCD02C;
}
.TagClassName
{
border-color: #DCD02C;
}
</style>