Shades of Wattle #DEC833
Tints of Wattle #DEC833
RGB
CMYK
RGB Variations
Color information
#DEC833 (or 0xDEC833) is known color: Wattle. HEX triplet: DE, C8 and 33. RGB value is (222,200,51). Sum of RGB (Red+Green+Blue) = 222+200+51=473 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.93% from 473); Green value is 200 (78.52% from 255 or 42.28% from 473); Blue value is 51 (20.31% from 255 or 10.78% from 473); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC833 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC833 is #2137CC. Grayscale: #BEBEBE. Windows color (decimal): -2176973 or 3393758. OLE color: 3393758.
HSL color Cylindrical-coordinate representation of color #DEC833: hue angle of 52.28º 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 #DEC833 is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 200 | 51 | - |
| CMYK | 0 | 0.10 | 0.77 | 0.13 |
| HSL | 52.28º | 0.72% | 0.54% | - |
| HSV(B) | 52.28º | 0.77% | 0.87% | - |
| XYZ | 51.38 | 57.08 | 11.44 | - |
| YUV | 189.59 | 49.79 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 200 | 51 | 0 | 0.10 | 0.77 | 0.13 | 52.28 | 0.72 | 0.54 |
| Hex | DE | C8 | 33 | 0 | A | 4D | D | 34 | 48 | 36 |
| Octal | 336 | 310 | 63 | 0 | 12 | 115 | 15 | 64 | 110 | 66 |
| Binary | 11011110 | 11001000 | 110011 | 0 | 1010 | 1001101 | 1101 | 110100 | 1001000 | 110110 |
Color Harmonies of #DEC833
Complementary color
Monochromatic Colors of #DEC833
Black with #DEC833
Text Example
Text Example
White with #DEC833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC833; }
p { color: rgb(222,200,51); }
H1.HeaderClassName
{
color: #DEC833;
}
.AnyTagClassName
{
color: #DEC833;
}
</style>
background-color css
<style>
a { background-color: #DEC833; }
a { background-color: rgb(222,200,51); }
div.DivClassName
{
background-color: #DEC833;
}
.BgClassName
{
background-color: #DEC833;
}
</style>
border-color css
<style>
span { border-color: #DEC833; }
span { border-color: rgb(222,200,51); }
td.TdClassName
{
border-color: #DEC833;
}
.TagClassName
{
border-color: #DEC833;
}
</style>