Shades of Just Right #DEBCA5
Tints of Just Right #DEBCA5
RGB
CMYK
RGB Variations
Color information
#DEBCA5 (or 0xDEBCA5) is known color: Just Right. HEX triplet: DE, BC and A5. RGB value is (222,188,165). Sum of RGB (Red+Green+Blue) = 222+188+165=575 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.61% from 575); Green value is 188 (73.83% from 255 or 32.70% from 575); Blue value is 165 (64.84% from 255 or 28.70% from 575); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBCA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBCA5 is #21435A. Grayscale: #C3C3C3. Windows color (decimal): -2179931 or 10861790. OLE color: 10861790.
HSL color Cylindrical-coordinate representation of color #DEBCA5: hue angle of 24.21º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEBCA5 is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 188 | 165 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.13 |
| HSL | 24.21º | 0.46% | 0.76% | - |
| HSV(B) | 24.21º | 0.26% | 0.87% | - |
| XYZ | 54.9 | 54.21 | 43.17 | - |
| YUV | 195.54 | 110.76 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 188 | 165 | 0 | 0.15 | 0.26 | 0.13 | 24.21 | 0.46 | 0.76 |
| Hex | DE | BC | A5 | 0 | F | 1A | D | 18 | 2E | 4C |
| Octal | 336 | 274 | 245 | 0 | 17 | 32 | 15 | 30 | 56 | 114 |
| Binary | 11011110 | 10111100 | 10100101 | 0 | 1111 | 11010 | 1101 | 11000 | 101110 | 1001100 |
Color Harmonies of #DEBCA5
Complementary color
Monochromatic Colors of #DEBCA5
Black with #DEBCA5
Text Example
Text Example
White with #DEBCA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBCA5; }
p { color: rgb(222,188,165); }
H1.HeaderClassName
{
color: #DEBCA5;
}
.AnyTagClassName
{
color: #DEBCA5;
}
</style>
background-color css
<style>
a { background-color: #DEBCA5; }
a { background-color: rgb(222,188,165); }
div.DivClassName
{
background-color: #DEBCA5;
}
.BgClassName
{
background-color: #DEBCA5;
}
</style>
border-color css
<style>
span { border-color: #DEBCA5; }
span { border-color: rgb(222,188,165); }
td.TdClassName
{
border-color: #DEBCA5;
}
.TagClassName
{
border-color: #DEBCA5;
}
</style>