Shades of Just Right #DEBCA1
Tints of Just Right #DEBCA1
RGB
CMYK
RGB Variations
Color information
#DEBCA1 (or 0xDEBCA1) is known color: Just Right. HEX triplet: DE, BC and A1. RGB value is (222,188,161). Sum of RGB (Red+Green+Blue) = 222+188+161=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 188 (73.83% from 255 or 32.92% from 571); Blue value is 161 (63.28% from 255 or 28.20% from 571); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBCA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBCA1 is #21435E. Grayscale: #C3C3C3. Windows color (decimal): -2179935 or 10599646. OLE color: 10599646.
HSL color Cylindrical-coordinate representation of color #DEBCA1: hue angle of 26.56º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DEBCA1 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 188 | 161 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.13 |
| HSL | 26.56º | 0.48% | 0.75% | - |
| HSV(B) | 26.56º | 0.27% | 0.87% | - |
| XYZ | 54.54 | 54.07 | 41.28 | - |
| YUV | 195.09 | 108.76 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 188 | 161 | 0 | 0.15 | 0.27 | 0.13 | 26.56 | 0.48 | 0.75 |
| Hex | DE | BC | A1 | 0 | F | 1B | D | 1B | 30 | 4B |
| Octal | 336 | 274 | 241 | 0 | 17 | 33 | 15 | 33 | 60 | 113 |
| Binary | 11011110 | 10111100 | 10100001 | 0 | 1111 | 11011 | 1101 | 11011 | 110000 | 1001011 |
Color Harmonies of #DEBCA1
Complementary color
Monochromatic Colors of #DEBCA1
Black with #DEBCA1
Text Example
Text Example
White with #DEBCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBCA1; }
p { color: rgb(222,188,161); }
H1.HeaderClassName
{
color: #DEBCA1;
}
.AnyTagClassName
{
color: #DEBCA1;
}
</style>
background-color css
<style>
a { background-color: #DEBCA1; }
a { background-color: rgb(222,188,161); }
div.DivClassName
{
background-color: #DEBCA1;
}
.BgClassName
{
background-color: #DEBCA1;
}
</style>
border-color css
<style>
span { border-color: #DEBCA1; }
span { border-color: rgb(222,188,161); }
td.TdClassName
{
border-color: #DEBCA1;
}
.TagClassName
{
border-color: #DEBCA1;
}
</style>