Shades of Wattle #DEC135
Tints of Wattle #DEC135
RGB
CMYK
RGB Variations
Color information
#DEC135 (or 0xDEC135) is known color: Wattle. HEX triplet: DE, C1 and 35. RGB value is (222,193,53). Sum of RGB (Red+Green+Blue) = 222+193+53=468 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.44% from 468); Green value is 193 (75.78% from 255 or 41.24% from 468); Blue value is 53 (21.09% from 255 or 11.32% from 468); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC135 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC135 is #213ECA. Grayscale: #BABABA. Windows color (decimal): -2178763 or 3523038. OLE color: 3523038.
HSL color Cylindrical-coordinate representation of color #DEC135: hue angle of 49.7º 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 #DEC135 is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 53 | - |
| CMYK | 0 | 0.13 | 0.76 | 0.13 |
| HSL | 49.7º | 0.72% | 0.54% | - |
| HSV(B) | 49.7º | 0.76% | 0.87% | - |
| XYZ | 49.84 | 53.93 | 11.15 | - |
| YUV | 185.71 | 53.11 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 53 | 0 | 0.13 | 0.76 | 0.13 | 49.7 | 0.72 | 0.54 |
| Hex | DE | C1 | 35 | 0 | D | 4C | D | 32 | 48 | 36 |
| Octal | 336 | 301 | 65 | 0 | 15 | 114 | 15 | 62 | 110 | 66 |
| Binary | 11011110 | 11000001 | 110101 | 0 | 1101 | 1001100 | 1101 | 110010 | 1001000 | 110110 |
Color Harmonies of #DEC135
Complementary color
Monochromatic Colors of #DEC135
Black with #DEC135
Text Example
Text Example
White with #DEC135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC135; }
p { color: rgb(222,193,53); }
H1.HeaderClassName
{
color: #DEC135;
}
.AnyTagClassName
{
color: #DEC135;
}
</style>
background-color css
<style>
a { background-color: #DEC135; }
a { background-color: rgb(222,193,53); }
div.DivClassName
{
background-color: #DEC135;
}
.BgClassName
{
background-color: #DEC135;
}
</style>
border-color css
<style>
span { border-color: #DEC135; }
span { border-color: rgb(222,193,53); }
td.TdClassName
{
border-color: #DEC135;
}
.TagClassName
{
border-color: #DEC135;
}
</style>