Shades of Wattle #DEC435
Tints of Wattle #DEC435
RGB
CMYK
RGB Variations
Color information
#DEC435 (or 0xDEC435) is known color: Wattle. HEX triplet: DE, C4 and 35. RGB value is (222,196,53). Sum of RGB (Red+Green+Blue) = 222+196+53=471 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.13% from 471); Green value is 196 (76.95% from 255 or 41.61% from 471); Blue value is 53 (21.09% from 255 or 11.25% from 471); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC435 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC435 is #213BCA. Grayscale: #BCBCBC. Windows color (decimal): -2177995 or 3523806. OLE color: 3523806.
HSL color Cylindrical-coordinate representation of color #DEC435: hue angle of 50.77º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DEC435 is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 196 | 53 | - |
| CMYK | 0 | 0.12 | 0.76 | 0.13 |
| HSL | 50.77º | 0.72% | 0.54% | - |
| HSV(B) | 50.77º | 0.76% | 0.87% | - |
| XYZ | 50.51 | 55.27 | 11.37 | - |
| YUV | 187.47 | 52.11 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 196 | 53 | 0 | 0.12 | 0.76 | 0.13 | 50.77 | 0.72 | 0.54 |
| Hex | DE | C4 | 35 | 0 | C | 4C | D | 33 | 48 | 36 |
| Octal | 336 | 304 | 65 | 0 | 14 | 114 | 15 | 63 | 110 | 66 |
| Binary | 11011110 | 11000100 | 110101 | 0 | 1100 | 1001100 | 1101 | 110011 | 1001000 | 110110 |
Color Harmonies of #DEC435
Complementary color
Monochromatic Colors of #DEC435
Black with #DEC435
Text Example
Text Example
White with #DEC435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC435; }
p { color: rgb(222,196,53); }
H1.HeaderClassName
{
color: #DEC435;
}
.AnyTagClassName
{
color: #DEC435;
}
</style>
background-color css
<style>
a { background-color: #DEC435; }
a { background-color: rgb(222,196,53); }
div.DivClassName
{
background-color: #DEC435;
}
.BgClassName
{
background-color: #DEC435;
}
</style>
border-color css
<style>
span { border-color: #DEC435; }
span { border-color: rgb(222,196,53); }
td.TdClassName
{
border-color: #DEC435;
}
.TagClassName
{
border-color: #DEC435;
}
</style>