Shades of Just Right #DEC0A9
Tints of Just Right #DEC0A9
RGB
CMYK
RGB Variations
Color information
#DEC0A9 (or 0xDEC0A9) is known color: Just Right. HEX triplet: DE, C0 and A9. RGB value is (222,192,169). Sum of RGB (Red+Green+Blue) = 222+192+169=583 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.08% from 583); Green value is 192 (75.39% from 255 or 32.93% from 583); Blue value is 169 (66.41% from 255 or 28.99% from 583); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC0A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC0A9 is #213F56. Grayscale: #C6C6C6. Windows color (decimal): -2178903 or 11124958. OLE color: 11124958.
HSL color Cylindrical-coordinate representation of color #DEC0A9: hue angle of 26.04º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEC0A9 is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 169 | - |
| CMYK | 0 | 0.14 | 0.24 | 0.13 |
| HSL | 26.04º | 0.45% | 0.77% | - |
| HSV(B) | 26.04º | 0.24% | 0.87% | - |
| XYZ | 56.14 | 56.09 | 45.4 | - |
| YUV | 198.35 | 111.44 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 169 | 0 | 0.14 | 0.24 | 0.13 | 26.04 | 0.45 | 0.77 |
| Hex | DE | C0 | A9 | 0 | E | 18 | D | 1A | 2D | 4D |
| Octal | 336 | 300 | 251 | 0 | 16 | 30 | 15 | 32 | 55 | 115 |
| Binary | 11011110 | 11000000 | 10101001 | 0 | 1110 | 11000 | 1101 | 11010 | 101101 | 1001101 |
Color Harmonies of #DEC0A9
Complementary color
Monochromatic Colors of #DEC0A9
Black with #DEC0A9
Text Example
Text Example
White with #DEC0A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC0A9; }
p { color: rgb(222,192,169); }
H1.HeaderClassName
{
color: #DEC0A9;
}
.AnyTagClassName
{
color: #DEC0A9;
}
</style>
background-color css
<style>
a { background-color: #DEC0A9; }
a { background-color: rgb(222,192,169); }
div.DivClassName
{
background-color: #DEC0A9;
}
.BgClassName
{
background-color: #DEC0A9;
}
</style>
border-color css
<style>
span { border-color: #DEC0A9; }
span { border-color: rgb(222,192,169); }
td.TdClassName
{
border-color: #DEC0A9;
}
.TagClassName
{
border-color: #DEC0A9;
}
</style>