Shades of Wattle #DEC236
Tints of Wattle #DEC236
RGB
CMYK
RGB Variations
Color information
#DEC236 (or 0xDEC236) is known color: Wattle. HEX triplet: DE, C2 and 36. RGB value is (222,194,54). Sum of RGB (Red+Green+Blue) = 222+194+54=470 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.23% from 470); Green value is 194 (76.17% from 255 or 41.28% from 470); Blue value is 54 (21.48% from 255 or 11.49% from 470); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC236 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC236 is #213DC9. Grayscale: #BBBBBB. Windows color (decimal): -2178506 or 3588830. OLE color: 3588830.
HSL color Cylindrical-coordinate representation of color #DEC236: hue angle of 50º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DEC236 is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 194 | 54 | - |
| CMYK | 0 | 0.13 | 0.76 | 0.13 |
| HSL | 50º | 0.72% | 0.54% | - |
| HSV(B) | 50º | 0.76% | 0.87% | - |
| XYZ | 50.08 | 54.38 | 11.35 | - |
| YUV | 186.41 | 53.28 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 194 | 54 | 0 | 0.13 | 0.76 | 0.13 | 50 | 0.72 | 0.54 |
| Hex | DE | C2 | 36 | 0 | D | 4C | D | 32 | 48 | 36 |
| Octal | 336 | 302 | 66 | 0 | 15 | 114 | 15 | 62 | 110 | 66 |
| Binary | 11011110 | 11000010 | 110110 | 0 | 1101 | 1001100 | 1101 | 110010 | 1001000 | 110110 |
Color Harmonies of #DEC236
Complementary color
Monochromatic Colors of #DEC236
Black with #DEC236
Text Example
Text Example
White with #DEC236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC236; }
p { color: rgb(222,194,54); }
H1.HeaderClassName
{
color: #DEC236;
}
.AnyTagClassName
{
color: #DEC236;
}
</style>
background-color css
<style>
a { background-color: #DEC236; }
a { background-color: rgb(222,194,54); }
div.DivClassName
{
background-color: #DEC236;
}
.BgClassName
{
background-color: #DEC236;
}
</style>
border-color css
<style>
span { border-color: #DEC236; }
span { border-color: rgb(222,194,54); }
td.TdClassName
{
border-color: #DEC236;
}
.TagClassName
{
border-color: #DEC236;
}
</style>