Shades of Wattle #DEC134
Tints of Wattle #DEC134
RGB
CMYK
RGB Variations
Color information
#DEC134 (or 0xDEC134) is known color: Wattle. HEX triplet: DE, C1 and 34. RGB value is (222,193,52). Sum of RGB (Red+Green+Blue) = 222+193+52=467 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.54% from 467); Green value is 193 (75.78% from 255 or 41.33% from 467); Blue value is 52 (20.70% from 255 or 11.13% from 467); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC134 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC134 is #213ECB. Grayscale: #BABABA. Windows color (decimal): -2178764 or 3457502. OLE color: 3457502.
HSL color Cylindrical-coordinate representation of color #DEC134: hue angle of 49.76º 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 #DEC134 is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 52 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.13 |
| HSL | 49.76º | 0.72% | 0.54% | - |
| HSV(B) | 49.76º | 0.77% | 0.87% | - |
| XYZ | 49.81 | 53.92 | 11.03 | - |
| YUV | 185.6 | 52.61 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 52 | 0 | 0.13 | 0.77 | 0.13 | 49.76 | 0.72 | 0.54 |
| Hex | DE | C1 | 34 | 0 | D | 4D | D | 32 | 48 | 36 |
| Octal | 336 | 301 | 64 | 0 | 15 | 115 | 15 | 62 | 110 | 66 |
| Binary | 11011110 | 11000001 | 110100 | 0 | 1101 | 1001101 | 1101 | 110010 | 1001000 | 110110 |
Color Harmonies of #DEC134
Complementary color
Monochromatic Colors of #DEC134
Black with #DEC134
Text Example
Text Example
White with #DEC134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC134; }
p { color: rgb(222,193,52); }
H1.HeaderClassName
{
color: #DEC134;
}
.AnyTagClassName
{
color: #DEC134;
}
</style>
background-color css
<style>
a { background-color: #DEC134; }
a { background-color: rgb(222,193,52); }
div.DivClassName
{
background-color: #DEC134;
}
.BgClassName
{
background-color: #DEC134;
}
</style>
border-color css
<style>
span { border-color: #DEC134; }
span { border-color: rgb(222,193,52); }
td.TdClassName
{
border-color: #DEC134;
}
.TagClassName
{
border-color: #DEC134;
}
</style>