Shades of Wattle #DEC233
Tints of Wattle #DEC233
RGB
CMYK
RGB Variations
Color information
#DEC233 (or 0xDEC233) is known color: Wattle. HEX triplet: DE, C2 and 33. RGB value is (222,194,51). Sum of RGB (Red+Green+Blue) = 222+194+51=467 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.54% from 467); Green value is 194 (76.17% from 255 or 41.54% from 467); Blue value is 51 (20.31% from 255 or 10.92% from 467); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC233 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC233 is #213DCC. Grayscale: #BABABA. Windows color (decimal): -2178509 or 3392222. OLE color: 3392222.
HSL color Cylindrical-coordinate representation of color #DEC233: hue angle of 50.18º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DEC233 is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 194 | 51 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.13 |
| HSL | 50.18º | 0.72% | 0.54% | - |
| HSV(B) | 50.18º | 0.77% | 0.87% | - |
| XYZ | 50.01 | 54.35 | 10.99 | - |
| YUV | 186.07 | 51.78 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 194 | 51 | 0 | 0.13 | 0.77 | 0.13 | 50.18 | 0.72 | 0.54 |
| Hex | DE | C2 | 33 | 0 | D | 4D | D | 32 | 48 | 36 |
| Octal | 336 | 302 | 63 | 0 | 15 | 115 | 15 | 62 | 110 | 66 |
| Binary | 11011110 | 11000010 | 110011 | 0 | 1101 | 1001101 | 1101 | 110010 | 1001000 | 110110 |
Color Harmonies of #DEC233
Complementary color
Monochromatic Colors of #DEC233
Black with #DEC233
Text Example
Text Example
White with #DEC233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC233; }
p { color: rgb(222,194,51); }
H1.HeaderClassName
{
color: #DEC233;
}
.AnyTagClassName
{
color: #DEC233;
}
</style>
background-color css
<style>
a { background-color: #DEC233; }
a { background-color: rgb(222,194,51); }
div.DivClassName
{
background-color: #DEC233;
}
.BgClassName
{
background-color: #DEC233;
}
</style>
border-color css
<style>
span { border-color: #DEC233; }
span { border-color: rgb(222,194,51); }
td.TdClassName
{
border-color: #DEC233;
}
.TagClassName
{
border-color: #DEC233;
}
</style>