Shades of Just Right #DEC0AD
Tints of Just Right #DEC0AD
RGB
CMYK
RGB Variations
Color information
#DEC0AD (or 0xDEC0AD) is known color: Just Right. HEX triplet: DE, C0 and AD. RGB value is (222,192,173). Sum of RGB (Red+Green+Blue) = 222+192+173=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 192 (75.39% from 255 or 32.71% from 587); Blue value is 173 (67.97% from 255 or 29.47% from 587); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC0AD is #213F52. Grayscale: #C6C6C6. Windows color (decimal): -2178899 or 11387102. OLE color: 11387102.
HSL color Cylindrical-coordinate representation of color #DEC0AD: hue angle of 23.27º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEC0AD is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 173 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.13 |
| HSL | 23.27º | 0.43% | 0.77% | - |
| HSV(B) | 23.27º | 0.22% | 0.87% | - |
| XYZ | 56.52 | 56.25 | 47.41 | - |
| YUV | 198.8 | 113.44 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 173 | 0 | 0.14 | 0.22 | 0.13 | 23.27 | 0.43 | 0.77 |
| Hex | DE | C0 | AD | 0 | E | 16 | D | 17 | 2B | 4D |
| Octal | 336 | 300 | 255 | 0 | 16 | 26 | 15 | 27 | 53 | 115 |
| Binary | 11011110 | 11000000 | 10101101 | 0 | 1110 | 10110 | 1101 | 10111 | 101011 | 1001101 |
Color Harmonies of #DEC0AD
Complementary color
Monochromatic Colors of #DEC0AD
Black with #DEC0AD
Text Example
Text Example
White with #DEC0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC0AD; }
p { color: rgb(222,192,173); }
H1.HeaderClassName
{
color: #DEC0AD;
}
.AnyTagClassName
{
color: #DEC0AD;
}
</style>
background-color css
<style>
a { background-color: #DEC0AD; }
a { background-color: rgb(222,192,173); }
div.DivClassName
{
background-color: #DEC0AD;
}
.BgClassName
{
background-color: #DEC0AD;
}
</style>
border-color css
<style>
span { border-color: #DEC0AD; }
span { border-color: rgb(222,192,173); }
td.TdClassName
{
border-color: #DEC0AD;
}
.TagClassName
{
border-color: #DEC0AD;
}
</style>