Shades of Wattle #DECC30
Tints of Wattle #DECC30
RGB
CMYK
RGB Variations
Color information
#DECC30 (or 0xDECC30) is known color: Wattle. HEX triplet: DE, CC and 30. RGB value is (222,204,48). Sum of RGB (Red+Green+Blue) = 222+204+48=474 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.84% from 474); Green value is 204 (80.08% from 255 or 43.04% from 474); Blue value is 48 (19.14% from 255 or 10.13% from 474); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECC30 is #2133CF. Grayscale: #C0C0C0. Windows color (decimal): -2175952 or 3198174. OLE color: 3198174.
HSL color Cylindrical-coordinate representation of color #DECC30: hue angle of 53.79º 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 #DECC30 is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 204 | 48 | - |
| CMYK | 0 | 0.08 | 0.78 | 0.13 |
| HSL | 53.79º | 0.73% | 0.53% | - |
| HSV(B) | 53.79º | 0.78% | 0.87% | - |
| XYZ | 52.25 | 58.93 | 11.42 | - |
| YUV | 191.6 | 46.96 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 204 | 48 | 0 | 0.08 | 0.78 | 0.13 | 53.79 | 0.73 | 0.53 |
| Hex | DE | CC | 30 | 0 | 8 | 4E | D | 36 | 48 | 35 |
| Octal | 336 | 314 | 60 | 0 | 10 | 116 | 15 | 66 | 110 | 65 |
| Binary | 11011110 | 11001100 | 110000 | 0 | 1000 | 1001110 | 1101 | 110110 | 1001000 | 110101 |
Color Harmonies of #DECC30
Complementary color
Monochromatic Colors of #DECC30
Black with #DECC30
Text Example
Text Example
White with #DECC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECC30; }
p { color: rgb(222,204,48); }
H1.HeaderClassName
{
color: #DECC30;
}
.AnyTagClassName
{
color: #DECC30;
}
</style>
background-color css
<style>
a { background-color: #DECC30; }
a { background-color: rgb(222,204,48); }
div.DivClassName
{
background-color: #DECC30;
}
.BgClassName
{
background-color: #DECC30;
}
</style>
border-color css
<style>
span { border-color: #DECC30; }
span { border-color: rgb(222,204,48); }
td.TdClassName
{
border-color: #DECC30;
}
.TagClassName
{
border-color: #DECC30;
}
</style>