Shades of Just Right #DEBAA0
Tints of Just Right #DEBAA0
RGB
CMYK
RGB Variations
Color information
#DEBAA0 (or 0xDEBAA0) is known color: Just Right. HEX triplet: DE, BA and A0. RGB value is (222,186,160). Sum of RGB (Red+Green+Blue) = 222+186+160=568 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.08% from 568); Green value is 186 (73.05% from 255 or 32.75% from 568); Blue value is 160 (62.89% from 255 or 28.17% from 568); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBAA0 is #21455F. Grayscale: #C1C1C1. Windows color (decimal): -2180448 or 10533598. OLE color: 10533598.
HSL color Cylindrical-coordinate representation of color #DEBAA0: hue angle of 25.16º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEBAA0 is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 186 | 160 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.13 |
| HSL | 25.16º | 0.48% | 0.75% | - |
| HSV(B) | 25.16º | 0.28% | 0.87% | - |
| XYZ | 54.03 | 53.19 | 40.68 | - |
| YUV | 193.8 | 108.93 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 186 | 160 | 0 | 0.16 | 0.28 | 0.13 | 25.16 | 0.48 | 0.75 |
| Hex | DE | BA | A0 | 0 | 10 | 1C | D | 19 | 30 | 4B |
| Octal | 336 | 272 | 240 | 0 | 20 | 34 | 15 | 31 | 60 | 113 |
| Binary | 11011110 | 10111010 | 10100000 | 0 | 10000 | 11100 | 1101 | 11001 | 110000 | 1001011 |
Color Harmonies of #DEBAA0
Complementary color
Monochromatic Colors of #DEBAA0
Black with #DEBAA0
Text Example
Text Example
White with #DEBAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBAA0; }
p { color: rgb(222,186,160); }
H1.HeaderClassName
{
color: #DEBAA0;
}
.AnyTagClassName
{
color: #DEBAA0;
}
</style>
background-color css
<style>
a { background-color: #DEBAA0; }
a { background-color: rgb(222,186,160); }
div.DivClassName
{
background-color: #DEBAA0;
}
.BgClassName
{
background-color: #DEBAA0;
}
</style>
border-color css
<style>
span { border-color: #DEBAA0; }
span { border-color: rgb(222,186,160); }
td.TdClassName
{
border-color: #DEBAA0;
}
.TagClassName
{
border-color: #DEBAA0;
}
</style>