Shades of Just Right #DEBCAA
Tints of Just Right #DEBCAA
RGB
CMYK
RGB Variations
Color information
#DEBCAA (or 0xDEBCAA) is known color: Just Right. HEX triplet: DE, BC and AA. RGB value is (222,188,170). Sum of RGB (Red+Green+Blue) = 222+188+170=580 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.28% from 580); Green value is 188 (73.83% from 255 or 32.41% from 580); Blue value is 170 (66.80% from 255 or 29.31% from 580); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBCAA is #214355. Grayscale: #C4C4C4. Windows color (decimal): -2179926 or 11189470. OLE color: 11189470.
HSL color Cylindrical-coordinate representation of color #DEBCAA: hue angle of 20.77º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEBCAA is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 188 | 170 | - |
| CMYK | 0 | 0.15 | 0.23 | 0.13 |
| HSL | 20.77º | 0.44% | 0.77% | - |
| HSV(B) | 20.77º | 0.23% | 0.87% | - |
| XYZ | 55.36 | 54.4 | 45.61 | - |
| YUV | 196.11 | 113.26 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 188 | 170 | 0 | 0.15 | 0.23 | 0.13 | 20.77 | 0.44 | 0.77 |
| Hex | DE | BC | AA | 0 | F | 17 | D | 15 | 2C | 4D |
| Octal | 336 | 274 | 252 | 0 | 17 | 27 | 15 | 25 | 54 | 115 |
| Binary | 11011110 | 10111100 | 10101010 | 0 | 1111 | 10111 | 1101 | 10101 | 101100 | 1001101 |
Color Harmonies of #DEBCAA
Complementary color
Monochromatic Colors of #DEBCAA
Black with #DEBCAA
Text Example
Text Example
White with #DEBCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBCAA; }
p { color: rgb(222,188,170); }
H1.HeaderClassName
{
color: #DEBCAA;
}
.AnyTagClassName
{
color: #DEBCAA;
}
</style>
background-color css
<style>
a { background-color: #DEBCAA; }
a { background-color: rgb(222,188,170); }
div.DivClassName
{
background-color: #DEBCAA;
}
.BgClassName
{
background-color: #DEBCAA;
}
</style>
border-color css
<style>
span { border-color: #DEBCAA; }
span { border-color: rgb(222,188,170); }
td.TdClassName
{
border-color: #DEBCAA;
}
.TagClassName
{
border-color: #DEBCAA;
}
</style>