Shades of Just Right #DEBDAA
Tints of Just Right #DEBDAA
RGB
CMYK
RGB Variations
Color information
#DEBDAA (or 0xDEBDAA) is known color: Just Right. HEX triplet: DE, BD and AA. RGB value is (222,189,170). Sum of RGB (Red+Green+Blue) = 222+189+170=581 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.21% from 581); Green value is 189 (74.22% from 255 or 32.53% from 581); Blue value is 170 (66.80% from 255 or 29.26% from 581); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBDAA is #214255. Grayscale: #C4C4C4. Windows color (decimal): -2179670 or 11189726. OLE color: 11189726.
HSL color Cylindrical-coordinate representation of color #DEBDAA: hue angle of 21.92º 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 #DEBDAA is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 189 | 170 | - |
| CMYK | 0 | 0.15 | 0.23 | 0.13 |
| HSL | 21.92º | 0.44% | 0.77% | - |
| HSV(B) | 21.92º | 0.23% | 0.87% | - |
| XYZ | 55.58 | 54.83 | 45.68 | - |
| YUV | 196.7 | 112.93 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 189 | 170 | 0 | 0.15 | 0.23 | 0.13 | 21.92 | 0.44 | 0.77 |
| Hex | DE | BD | AA | 0 | F | 17 | D | 16 | 2C | 4D |
| Octal | 336 | 275 | 252 | 0 | 17 | 27 | 15 | 26 | 54 | 115 |
| Binary | 11011110 | 10111101 | 10101010 | 0 | 1111 | 10111 | 1101 | 10110 | 101100 | 1001101 |
Color Harmonies of #DEBDAA
Complementary color
Monochromatic Colors of #DEBDAA
Black with #DEBDAA
Text Example
Text Example
White with #DEBDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBDAA; }
p { color: rgb(222,189,170); }
H1.HeaderClassName
{
color: #DEBDAA;
}
.AnyTagClassName
{
color: #DEBDAA;
}
</style>
background-color css
<style>
a { background-color: #DEBDAA; }
a { background-color: rgb(222,189,170); }
div.DivClassName
{
background-color: #DEBDAA;
}
.BgClassName
{
background-color: #DEBDAA;
}
</style>
border-color css
<style>
span { border-color: #DEBDAA; }
span { border-color: rgb(222,189,170); }
td.TdClassName
{
border-color: #DEBDAA;
}
.TagClassName
{
border-color: #DEBDAA;
}
</style>