Shades of Just Right #DEBCA4
Tints of Just Right #DEBCA4
RGB
CMYK
RGB Variations
Color information
#DEBCA4 (or 0xDEBCA4) is known color: Just Right. HEX triplet: DE, BC and A4. RGB value is (222,188,164). Sum of RGB (Red+Green+Blue) = 222+188+164=574 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.68% from 574); Green value is 188 (73.83% from 255 or 32.75% from 574); Blue value is 164 (64.45% from 255 or 28.57% from 574); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBCA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBCA4 is #21435B. Grayscale: #C3C3C3. Windows color (decimal): -2179932 or 10796254. OLE color: 10796254.
HSL color Cylindrical-coordinate representation of color #DEBCA4: hue angle of 24.83º degrees, saturation: 0.47, 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 #DEBCA4 is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 188 | 164 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.13 |
| HSL | 24.83º | 0.47% | 0.76% | - |
| HSV(B) | 24.83º | 0.26% | 0.87% | - |
| XYZ | 54.81 | 54.18 | 42.69 | - |
| YUV | 195.43 | 110.26 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 188 | 164 | 0 | 0.15 | 0.26 | 0.13 | 24.83 | 0.47 | 0.76 |
| Hex | DE | BC | A4 | 0 | F | 1A | D | 19 | 2F | 4C |
| Octal | 336 | 274 | 244 | 0 | 17 | 32 | 15 | 31 | 57 | 114 |
| Binary | 11011110 | 10111100 | 10100100 | 0 | 1111 | 11010 | 1101 | 11001 | 101111 | 1001100 |
Color Harmonies of #DEBCA4
Complementary color
Monochromatic Colors of #DEBCA4
Black with #DEBCA4
Text Example
Text Example
White with #DEBCA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEBCA4; }
p { color: rgb(222,188,164); }
H1.HeaderClassName
{
color: #DEBCA4;
}
.AnyTagClassName
{
color: #DEBCA4;
}
</style>
background-color css
<style>
a { background-color: #DEBCA4; }
a { background-color: rgb(222,188,164); }
div.DivClassName
{
background-color: #DEBCA4;
}
.BgClassName
{
background-color: #DEBCA4;
}
</style>
border-color css
<style>
span { border-color: #DEBCA4; }
span { border-color: rgb(222,188,164); }
td.TdClassName
{
border-color: #DEBCA4;
}
.TagClassName
{
border-color: #DEBCA4;
}
</style>