Shades of Wattle #DEC935
Tints of Wattle #DEC935
RGB
CMYK
RGB Variations
Color information
#DEC935 (or 0xDEC935) is known color: Wattle. HEX triplet: DE, C9 and 35. RGB value is (222,201,53). Sum of RGB (Red+Green+Blue) = 222+201+53=476 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.64% from 476); Green value is 201 (78.91% from 255 or 42.23% from 476); Blue value is 53 (21.09% from 255 or 11.13% from 476); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC935 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC935 is #2136CA. Grayscale: #BFBFBF. Windows color (decimal): -2176715 or 3525086. OLE color: 3525086.
HSL color Cylindrical-coordinate representation of color #DEC935: hue angle of 52.54º 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 #DEC935 is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 53 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.13 |
| HSL | 52.54º | 0.72% | 0.54% | - |
| HSV(B) | 52.54º | 0.76% | 0.87% | - |
| XYZ | 51.65 | 57.56 | 11.76 | - |
| YUV | 190.41 | 50.46 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 53 | 0 | 0.09 | 0.76 | 0.13 | 52.54 | 0.72 | 0.54 |
| Hex | DE | C9 | 35 | 0 | 9 | 4C | D | 35 | 48 | 36 |
| Octal | 336 | 311 | 65 | 0 | 11 | 114 | 15 | 65 | 110 | 66 |
| Binary | 11011110 | 11001001 | 110101 | 0 | 1001 | 1001100 | 1101 | 110101 | 1001000 | 110110 |
Color Harmonies of #DEC935
Complementary color
Monochromatic Colors of #DEC935
Black with #DEC935
Text Example
Text Example
White with #DEC935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC935; }
p { color: rgb(222,201,53); }
H1.HeaderClassName
{
color: #DEC935;
}
.AnyTagClassName
{
color: #DEC935;
}
</style>
background-color css
<style>
a { background-color: #DEC935; }
a { background-color: rgb(222,201,53); }
div.DivClassName
{
background-color: #DEC935;
}
.BgClassName
{
background-color: #DEC935;
}
</style>
border-color css
<style>
span { border-color: #DEC935; }
span { border-color: rgb(222,201,53); }
td.TdClassName
{
border-color: #DEC935;
}
.TagClassName
{
border-color: #DEC935;
}
</style>