Shades of Wattle #DEC831
Tints of Wattle #DEC831
RGB
CMYK
RGB Variations
Color information
#DEC831 (or 0xDEC831) is known color: Wattle. HEX triplet: DE, C8 and 31. RGB value is (222,200,49). Sum of RGB (Red+Green+Blue) = 222+200+49=471 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.13% from 471); Green value is 200 (78.52% from 255 or 42.46% from 471); Blue value is 49 (19.53% from 255 or 10.40% from 471); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC831 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC831 is #2137CE. Grayscale: #BDBDBD. Windows color (decimal): -2176975 or 3262686. OLE color: 3262686.
HSL color Cylindrical-coordinate representation of color #DEC831: hue angle of 52.37º 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 #DEC831 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 200 | 49 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.13 |
| HSL | 52.37º | 0.72% | 0.53% | - |
| HSV(B) | 52.37º | 0.78% | 0.87% | - |
| XYZ | 51.33 | 57.06 | 11.21 | - |
| YUV | 189.36 | 48.79 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 200 | 49 | 0 | 0.10 | 0.78 | 0.13 | 52.37 | 0.72 | 0.53 |
| Hex | DE | C8 | 31 | 0 | A | 4E | D | 34 | 48 | 35 |
| Octal | 336 | 310 | 61 | 0 | 12 | 116 | 15 | 64 | 110 | 65 |
| Binary | 11011110 | 11001000 | 110001 | 0 | 1010 | 1001110 | 1101 | 110100 | 1001000 | 110101 |
Color Harmonies of #DEC831
Complementary color
Monochromatic Colors of #DEC831
Black with #DEC831
Text Example
Text Example
White with #DEC831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC831; }
p { color: rgb(222,200,49); }
H1.HeaderClassName
{
color: #DEC831;
}
.AnyTagClassName
{
color: #DEC831;
}
</style>
background-color css
<style>
a { background-color: #DEC831; }
a { background-color: rgb(222,200,49); }
div.DivClassName
{
background-color: #DEC831;
}
.BgClassName
{
background-color: #DEC831;
}
</style>
border-color css
<style>
span { border-color: #DEC831; }
span { border-color: rgb(222,200,49); }
td.TdClassName
{
border-color: #DEC831;
}
.TagClassName
{
border-color: #DEC831;
}
</style>