Shades of Wattle #DEC331
Tints of Wattle #DEC331
RGB
CMYK
RGB Variations
Color information
#DEC331 (or 0xDEC331) is known color: Wattle. HEX triplet: DE, C3 and 31. RGB value is (222,195,49). Sum of RGB (Red+Green+Blue) = 222+195+49=466 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.64% from 466); Green value is 195 (76.56% from 255 or 41.85% from 466); Blue value is 49 (19.53% from 255 or 10.52% from 466); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC331 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC331 is #213CCE. Grayscale: #BBBBBB. Windows color (decimal): -2178255 or 3261406. OLE color: 3261406.
HSL color Cylindrical-coordinate representation of color #DEC331: hue angle of 50.64º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DEC331 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 195 | 49 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.13 |
| HSL | 50.64º | 0.72% | 0.53% | - |
| HSV(B) | 50.64º | 0.78% | 0.87% | - |
| XYZ | 50.19 | 54.78 | 10.83 | - |
| YUV | 186.43 | 50.45 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 195 | 49 | 0 | 0.12 | 0.78 | 0.13 | 50.64 | 0.72 | 0.53 |
| Hex | DE | C3 | 31 | 0 | C | 4E | D | 33 | 48 | 35 |
| Octal | 336 | 303 | 61 | 0 | 14 | 116 | 15 | 63 | 110 | 65 |
| Binary | 11011110 | 11000011 | 110001 | 0 | 1100 | 1001110 | 1101 | 110011 | 1001000 | 110101 |
Color Harmonies of #DEC331
Complementary color
Monochromatic Colors of #DEC331
Black with #DEC331
Text Example
Text Example
White with #DEC331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC331; }
p { color: rgb(222,195,49); }
H1.HeaderClassName
{
color: #DEC331;
}
.AnyTagClassName
{
color: #DEC331;
}
</style>
background-color css
<style>
a { background-color: #DEC331; }
a { background-color: rgb(222,195,49); }
div.DivClassName
{
background-color: #DEC331;
}
.BgClassName
{
background-color: #DEC331;
}
</style>
border-color css
<style>
span { border-color: #DEC331; }
span { border-color: rgb(222,195,49); }
td.TdClassName
{
border-color: #DEC331;
}
.TagClassName
{
border-color: #DEC331;
}
</style>