Shades of Just Right #DEBCA9
Tints of Just Right #DEBCA9
RGB
CMYK
RGB Variations
Color information
#DEBCA9 (or 0xDEBCA9) is known color: Just Right. HEX triplet: DE, BC and A9. RGB value is (222,188,169). Sum of RGB (Red+Green+Blue) = 222+188+169=579 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.34% from 579); Green value is 188 (73.83% from 255 or 32.47% from 579); Blue value is 169 (66.41% from 255 or 29.19% from 579); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBCA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBCA9 is #214356. Grayscale: #C4C4C4. Windows color (decimal): -2179927 or 11123934. OLE color: 11123934.
HSL color Cylindrical-coordinate representation of color #DEBCA9: hue angle of 21.51º 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 #DEBCA9 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 188 | 169 | - |
| CMYK | 0 | 0.15 | 0.24 | 0.13 |
| HSL | 21.51º | 0.45% | 0.77% | - |
| HSV(B) | 21.51º | 0.24% | 0.87% | - |
| XYZ | 55.27 | 54.36 | 45.12 | - |
| YUV | 196 | 112.76 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 188 | 169 | 0 | 0.15 | 0.24 | 0.13 | 21.51 | 0.45 | 0.77 |
| Hex | DE | BC | A9 | 0 | F | 18 | D | 16 | 2D | 4D |
| Octal | 336 | 274 | 251 | 0 | 17 | 30 | 15 | 26 | 55 | 115 |
| Binary | 11011110 | 10111100 | 10101001 | 0 | 1111 | 11000 | 1101 | 10110 | 101101 | 1001101 |
Color Harmonies of #DEBCA9
Complementary color
Monochromatic Colors of #DEBCA9
Black with #DEBCA9
Text Example
Text Example
White with #DEBCA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBCA9; }
p { color: rgb(222,188,169); }
H1.HeaderClassName
{
color: #DEBCA9;
}
.AnyTagClassName
{
color: #DEBCA9;
}
</style>
background-color css
<style>
a { background-color: #DEBCA9; }
a { background-color: rgb(222,188,169); }
div.DivClassName
{
background-color: #DEBCA9;
}
.BgClassName
{
background-color: #DEBCA9;
}
</style>
border-color css
<style>
span { border-color: #DEBCA9; }
span { border-color: rgb(222,188,169); }
td.TdClassName
{
border-color: #DEBCA9;
}
.TagClassName
{
border-color: #DEBCA9;
}
</style>