Shades of Wattle #DCD030
Tints of Wattle #DCD030
RGB
CMYK
RGB Variations
Color information
#DCD030 (or 0xDCD030) is known color: Wattle. HEX triplet: DC, D0 and 30. RGB value is (220,208,48). Sum of RGB (Red+Green+Blue) = 220+208+48=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 208 (81.64% from 255 or 43.70% from 476); Blue value is 48 (19.14% from 255 or 10.08% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD030 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD030 is #232FCF. Grayscale: #C2C2C2. Windows color (decimal): -2306000 or 3199196. OLE color: 3199196.
HSL color Cylindrical-coordinate representation of color #DCD030: hue angle of 55.81º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DCD030 is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 208 | 48 | - |
| CMYK | 0 | 0.05 | 0.78 | 0.14 |
| HSL | 55.81º | 0.71% | 0.53% | - |
| HSV(B) | 55.81º | 0.78% | 0.86% | - |
| XYZ | 52.6 | 60.54 | 11.71 | - |
| YUV | 193.35 | 45.98 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 48 | 0 | 0.05 | 0.78 | 0.14 | 55.81 | 0.71 | 0.53 |
| Hex | DC | D0 | 30 | 0 | 5 | 4E | E | 38 | 47 | 35 |
| Octal | 334 | 320 | 60 | 0 | 5 | 116 | 16 | 70 | 107 | 65 |
| Binary | 11011100 | 11010000 | 110000 | 0 | 101 | 1001110 | 1110 | 111000 | 1000111 | 110101 |
Color Harmonies of #DCD030
Complementary color
Monochromatic Colors of #DCD030
Black with #DCD030
Text Example
Text Example
White with #DCD030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD030; }
p { color: rgb(220,208,48); }
H1.HeaderClassName
{
color: #DCD030;
}
.AnyTagClassName
{
color: #DCD030;
}
</style>
background-color css
<style>
a { background-color: #DCD030; }
a { background-color: rgb(220,208,48); }
div.DivClassName
{
background-color: #DCD030;
}
.BgClassName
{
background-color: #DCD030;
}
</style>
border-color css
<style>
span { border-color: #DCD030; }
span { border-color: rgb(220,208,48); }
td.TdClassName
{
border-color: #DCD030;
}
.TagClassName
{
border-color: #DCD030;
}
</style>