Shades of Wattle #DEC838
Tints of Wattle #DEC838
RGB
CMYK
RGB Variations
Color information
#DEC838 (or 0xDEC838) is known color: Wattle. HEX triplet: DE, C8 and 38. RGB value is (222,200,56). Sum of RGB (Red+Green+Blue) = 222+200+56=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 200 (78.52% from 255 or 41.84% from 478); Blue value is 56 (22.27% from 255 or 11.72% from 478); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC838 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC838 is #2137C7. Grayscale: #BEBEBE. Windows color (decimal): -2176968 or 3721438. OLE color: 3721438.
HSL color Cylindrical-coordinate representation of color #DEC838: hue angle of 52.05º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DEC838 is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 200 | 56 | - |
| CMYK | 0 | 0.10 | 0.75 | 0.13 |
| HSL | 52.05º | 0.72% | 0.55% | - |
| HSV(B) | 52.05º | 0.75% | 0.87% | - |
| XYZ | 51.49 | 57.12 | 12.05 | - |
| YUV | 190.16 | 52.29 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 200 | 56 | 0 | 0.10 | 0.75 | 0.13 | 52.05 | 0.72 | 0.55 |
| Hex | DE | C8 | 38 | 0 | A | 4B | D | 34 | 48 | 37 |
| Octal | 336 | 310 | 70 | 0 | 12 | 113 | 15 | 64 | 110 | 67 |
| Binary | 11011110 | 11001000 | 111000 | 0 | 1010 | 1001011 | 1101 | 110100 | 1001000 | 110111 |
Color Harmonies of #DEC838
Complementary color
Monochromatic Colors of #DEC838
Black with #DEC838
Text Example
Text Example
White with #DEC838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC838; }
p { color: rgb(222,200,56); }
H1.HeaderClassName
{
color: #DEC838;
}
.AnyTagClassName
{
color: #DEC838;
}
</style>
background-color css
<style>
a { background-color: #DEC838; }
a { background-color: rgb(222,200,56); }
div.DivClassName
{
background-color: #DEC838;
}
.BgClassName
{
background-color: #DEC838;
}
</style>
border-color css
<style>
span { border-color: #DEC838; }
span { border-color: rgb(222,200,56); }
td.TdClassName
{
border-color: #DEC838;
}
.TagClassName
{
border-color: #DEC838;
}
</style>