Shades of Wattle #DECD33
Tints of Wattle #DECD33
RGB
CMYK
RGB Variations
Color information
#DECD33 (or 0xDECD33) is known color: Wattle. HEX triplet: DE, CD and 33. RGB value is (222,205,51). Sum of RGB (Red+Green+Blue) = 222+205+51=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 205 (80.47% from 255 or 42.89% from 478); Blue value is 51 (20.31% from 255 or 10.67% from 478); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECD33 is #2132CC. Grayscale: #C1C1C1. Windows color (decimal): -2175693 or 3395038. OLE color: 3395038.
HSL color Cylindrical-coordinate representation of color #DECD33: hue angle of 54.04º 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 #DECD33 is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 205 | 51 | - |
| CMYK | 0 | 0.08 | 0.77 | 0.13 |
| HSL | 54.04º | 0.72% | 0.54% | - |
| HSV(B) | 54.04º | 0.77% | 0.87% | - |
| XYZ | 52.55 | 59.43 | 11.83 | - |
| YUV | 192.53 | 48.13 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 51 | 0 | 0.08 | 0.77 | 0.13 | 54.04 | 0.72 | 0.54 |
| Hex | DE | CD | 33 | 0 | 8 | 4D | D | 36 | 48 | 36 |
| Octal | 336 | 315 | 63 | 0 | 10 | 115 | 15 | 66 | 110 | 66 |
| Binary | 11011110 | 11001101 | 110011 | 0 | 1000 | 1001101 | 1101 | 110110 | 1001000 | 110110 |
Color Harmonies of #DECD33
Complementary color
Monochromatic Colors of #DECD33
Black with #DECD33
Text Example
Text Example
White with #DECD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECD33; }
p { color: rgb(222,205,51); }
H1.HeaderClassName
{
color: #DECD33;
}
.AnyTagClassName
{
color: #DECD33;
}
</style>
background-color css
<style>
a { background-color: #DECD33; }
a { background-color: rgb(222,205,51); }
div.DivClassName
{
background-color: #DECD33;
}
.BgClassName
{
background-color: #DECD33;
}
</style>
border-color css
<style>
span { border-color: #DECD33; }
span { border-color: rgb(222,205,51); }
td.TdClassName
{
border-color: #DECD33;
}
.TagClassName
{
border-color: #DECD33;
}
</style>