Shades of Wattle #DEC238
Tints of Wattle #DEC238
RGB
CMYK
RGB Variations
Color information
#DEC238 (or 0xDEC238) is known color: Wattle. HEX triplet: DE, C2 and 38. RGB value is (222,194,56). Sum of RGB (Red+Green+Blue) = 222+194+56=472 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.03% from 472); Green value is 194 (76.17% from 255 or 41.10% from 472); Blue value is 56 (22.27% from 255 or 11.86% from 472); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC238 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC238 is #213DC7. Grayscale: #BBBBBB. Windows color (decimal): -2178504 or 3719902. OLE color: 3719902.
HSL color Cylindrical-coordinate representation of color #DEC238: hue angle of 49.88º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DEC238 is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 194 | 56 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.13 |
| HSL | 49.88º | 0.72% | 0.55% | - |
| HSV(B) | 49.88º | 0.75% | 0.87% | - |
| XYZ | 50.13 | 54.4 | 11.6 | - |
| YUV | 186.64 | 54.28 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 194 | 56 | 0 | 0.13 | 0.75 | 0.13 | 49.88 | 0.72 | 0.55 |
| Hex | DE | C2 | 38 | 0 | D | 4B | D | 32 | 48 | 37 |
| Octal | 336 | 302 | 70 | 0 | 15 | 113 | 15 | 62 | 110 | 67 |
| Binary | 11011110 | 11000010 | 111000 | 0 | 1101 | 1001011 | 1101 | 110010 | 1001000 | 110111 |
Color Harmonies of #DEC238
Complementary color
Monochromatic Colors of #DEC238
Black with #DEC238
Text Example
Text Example
White with #DEC238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC238; }
p { color: rgb(222,194,56); }
H1.HeaderClassName
{
color: #DEC238;
}
.AnyTagClassName
{
color: #DEC238;
}
</style>
background-color css
<style>
a { background-color: #DEC238; }
a { background-color: rgb(222,194,56); }
div.DivClassName
{
background-color: #DEC238;
}
.BgClassName
{
background-color: #DEC238;
}
</style>
border-color css
<style>
span { border-color: #DEC238; }
span { border-color: rgb(222,194,56); }
td.TdClassName
{
border-color: #DEC238;
}
.TagClassName
{
border-color: #DEC238;
}
</style>