Shades of Wattle #DECD34
Tints of Wattle #DECD34
RGB
CMYK
RGB Variations
Color information
#DECD34 (or 0xDECD34) is known color: Wattle. HEX triplet: DE, CD and 34. RGB value is (222,205,52). Sum of RGB (Red+Green+Blue) = 222+205+52=479 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.35% from 479); Green value is 205 (80.47% from 255 or 42.80% from 479); Blue value is 52 (20.70% from 255 or 10.86% from 479); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECD34 is #2132CB. Grayscale: #C1C1C1. Windows color (decimal): -2175692 or 3460574. OLE color: 3460574.
HSL color Cylindrical-coordinate representation of color #DECD34: hue angle of 54º 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 #DECD34 is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 205 | 52 | - |
| CMYK | 0 | 0.08 | 0.77 | 0.13 |
| HSL | 54º | 0.72% | 0.54% | - |
| HSV(B) | 54º | 0.77% | 0.87% | - |
| XYZ | 52.58 | 59.44 | 11.95 | - |
| YUV | 192.64 | 48.63 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 52 | 0 | 0.08 | 0.77 | 0.13 | 54 | 0.72 | 0.54 |
| Hex | DE | CD | 34 | 0 | 8 | 4D | D | 36 | 48 | 36 |
| Octal | 336 | 315 | 64 | 0 | 10 | 115 | 15 | 66 | 110 | 66 |
| Binary | 11011110 | 11001101 | 110100 | 0 | 1000 | 1001101 | 1101 | 110110 | 1001000 | 110110 |
Color Harmonies of #DECD34
Complementary color
Monochromatic Colors of #DECD34
Black with #DECD34
Text Example
Text Example
White with #DECD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECD34; }
p { color: rgb(222,205,52); }
H1.HeaderClassName
{
color: #DECD34;
}
.AnyTagClassName
{
color: #DECD34;
}
</style>
background-color css
<style>
a { background-color: #DECD34; }
a { background-color: rgb(222,205,52); }
div.DivClassName
{
background-color: #DECD34;
}
.BgClassName
{
background-color: #DECD34;
}
</style>
border-color css
<style>
span { border-color: #DECD34; }
span { border-color: rgb(222,205,52); }
td.TdClassName
{
border-color: #DECD34;
}
.TagClassName
{
border-color: #DECD34;
}
</style>