Shades of Wattle #DED030
Tints of Wattle #DED030
RGB
CMYK
RGB Variations
Color information
#DED030 (or 0xDED030) is known color: Wattle. HEX triplet: DE, D0 and 30. RGB value is (222,208,48). Sum of RGB (Red+Green+Blue) = 222+208+48=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 208 (81.64% from 255 or 43.51% from 478); Blue value is 48 (19.14% from 255 or 10.04% from 478); Max value from RGB is 222 - color contains mainly: red. Hex color #DED030 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED030 is #212FCF. Grayscale: #C2C2C2. Windows color (decimal): -2174928 or 3199198. OLE color: 3199198.
HSL color Cylindrical-coordinate representation of color #DED030: hue angle of 55.17º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DED030 is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 208 | 48 | - |
| CMYK | 0 | 0.06 | 0.78 | 0.13 |
| HSL | 55.17º | 0.73% | 0.53% | - |
| HSV(B) | 55.17º | 0.78% | 0.87% | - |
| XYZ | 53.21 | 60.85 | 11.74 | - |
| YUV | 193.95 | 45.64 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 208 | 48 | 0 | 0.06 | 0.78 | 0.13 | 55.17 | 0.73 | 0.53 |
| Hex | DE | D0 | 30 | 0 | 6 | 4E | D | 37 | 48 | 35 |
| Octal | 336 | 320 | 60 | 0 | 6 | 116 | 15 | 67 | 110 | 65 |
| Binary | 11011110 | 11010000 | 110000 | 0 | 110 | 1001110 | 1101 | 110111 | 1001000 | 110101 |
Color Harmonies of #DED030
Complementary color
Monochromatic Colors of #DED030
Black with #DED030
Text Example
Text Example
White with #DED030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED030; }
p { color: rgb(222,208,48); }
H1.HeaderClassName
{
color: #DED030;
}
.AnyTagClassName
{
color: #DED030;
}
</style>
background-color css
<style>
a { background-color: #DED030; }
a { background-color: rgb(222,208,48); }
div.DivClassName
{
background-color: #DED030;
}
.BgClassName
{
background-color: #DED030;
}
</style>
border-color css
<style>
span { border-color: #DED030; }
span { border-color: rgb(222,208,48); }
td.TdClassName
{
border-color: #DED030;
}
.TagClassName
{
border-color: #DED030;
}
</style>