Shades of Wattle #DEC933
Tints of Wattle #DEC933
RGB
CMYK
RGB Variations
Color information
#DEC933 (or 0xDEC933) is known color: Wattle. HEX triplet: DE, C9 and 33. RGB value is (222,201,51). Sum of RGB (Red+Green+Blue) = 222+201+51=474 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.84% from 474); Green value is 201 (78.91% from 255 or 42.41% from 474); Blue value is 51 (20.31% from 255 or 10.76% from 474); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC933 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC933 is #2136CC. Grayscale: #BEBEBE. Windows color (decimal): -2176717 or 3394014. OLE color: 3394014.
HSL color Cylindrical-coordinate representation of color #DEC933: hue angle of 52.63º 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 #DEC933 is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 51 | - |
| CMYK | 0 | 0.09 | 0.77 | 0.13 |
| HSL | 52.63º | 0.72% | 0.54% | - |
| HSV(B) | 52.63º | 0.77% | 0.87% | - |
| XYZ | 51.61 | 57.54 | 11.52 | - |
| YUV | 190.18 | 49.46 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 51 | 0 | 0.09 | 0.77 | 0.13 | 52.63 | 0.72 | 0.54 |
| Hex | DE | C9 | 33 | 0 | 9 | 4D | D | 35 | 48 | 36 |
| Octal | 336 | 311 | 63 | 0 | 11 | 115 | 15 | 65 | 110 | 66 |
| Binary | 11011110 | 11001001 | 110011 | 0 | 1001 | 1001101 | 1101 | 110101 | 1001000 | 110110 |
Color Harmonies of #DEC933
Complementary color
Monochromatic Colors of #DEC933
Black with #DEC933
Text Example
Text Example
White with #DEC933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC933; }
p { color: rgb(222,201,51); }
H1.HeaderClassName
{
color: #DEC933;
}
.AnyTagClassName
{
color: #DEC933;
}
</style>
background-color css
<style>
a { background-color: #DEC933; }
a { background-color: rgb(222,201,51); }
div.DivClassName
{
background-color: #DEC933;
}
.BgClassName
{
background-color: #DEC933;
}
</style>
border-color css
<style>
span { border-color: #DEC933; }
span { border-color: rgb(222,201,51); }
td.TdClassName
{
border-color: #DEC933;
}
.TagClassName
{
border-color: #DEC933;
}
</style>