Shades of Just Right #DFBEAB
Tints of Just Right #DFBEAB
RGB
CMYK
RGB Variations
Color information
#DFBEAB (or 0xDFBEAB) is known color: Just Right. HEX triplet: DF, BE and AB. RGB value is (223,190,171). Sum of RGB (Red+Green+Blue) = 223+190+171=584 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.18% from 584); Green value is 190 (74.61% from 255 or 32.53% from 584); Blue value is 171 (67.19% from 255 or 29.28% from 584); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBEAB is #204154. Grayscale: #C5C5C5. Windows color (decimal): -2113877 or 11255519. OLE color: 11255519.
HSL color Cylindrical-coordinate representation of color #DFBEAB: hue angle of 21.92º degrees, saturation: 0.45, 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 #DFBEAB is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 190 | 171 | - |
| CMYK | 0 | 0.15 | 0.23 | 0.13 |
| HSL | 21.92º | 0.45% | 0.77% | - |
| HSV(B) | 21.92º | 0.23% | 0.87% | - |
| XYZ | 56.2 | 55.46 | 46.27 | - |
| YUV | 197.7 | 112.93 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 190 | 171 | 0 | 0.15 | 0.23 | 0.13 | 21.92 | 0.45 | 0.77 |
| Hex | DF | BE | AB | 0 | F | 17 | D | 16 | 2D | 4D |
| Octal | 337 | 276 | 253 | 0 | 17 | 27 | 15 | 26 | 55 | 115 |
| Binary | 11011111 | 10111110 | 10101011 | 0 | 1111 | 10111 | 1101 | 10110 | 101101 | 1001101 |
Color Harmonies of #DFBEAB
Complementary color
Monochromatic Colors of #DFBEAB
Black with #DFBEAB
Text Example
Text Example
White with #DFBEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBEAB; }
p { color: rgb(223,190,171); }
H1.HeaderClassName
{
color: #DFBEAB;
}
.AnyTagClassName
{
color: #DFBEAB;
}
</style>
background-color css
<style>
a { background-color: #DFBEAB; }
a { background-color: rgb(223,190,171); }
div.DivClassName
{
background-color: #DFBEAB;
}
.BgClassName
{
background-color: #DFBEAB;
}
</style>
border-color css
<style>
span { border-color: #DFBEAB; }
span { border-color: rgb(223,190,171); }
td.TdClassName
{
border-color: #DFBEAB;
}
.TagClassName
{
border-color: #DFBEAB;
}
</style>