Shades of Just Right #DFBCAB
Tints of Just Right #DFBCAB
RGB
CMYK
RGB Variations
Color information
#DFBCAB (or 0xDFBCAB) is known color: Just Right. HEX triplet: DF, BC and AB. RGB value is (223,188,171). Sum of RGB (Red+Green+Blue) = 223+188+171=582 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.32% from 582); Green value is 188 (73.83% from 255 or 32.30% from 582); Blue value is 171 (67.19% from 255 or 29.38% from 582); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBCAB is #204354. Grayscale: #C4C4C4. Windows color (decimal): -2114389 or 11255007. OLE color: 11255007.
HSL color Cylindrical-coordinate representation of color #DFBCAB: hue angle of 19.62º 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 #DFBCAB is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 188 | 171 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.13 |
| HSL | 19.62º | 0.45% | 0.77% | - |
| HSV(B) | 19.62º | 0.23% | 0.87% | - |
| XYZ | 55.77 | 54.59 | 46.13 | - |
| YUV | 196.53 | 113.6 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 188 | 171 | 0 | 0.16 | 0.23 | 0.13 | 19.62 | 0.45 | 0.77 |
| Hex | DF | BC | AB | 0 | 10 | 17 | D | 14 | 2D | 4D |
| Octal | 337 | 274 | 253 | 0 | 20 | 27 | 15 | 24 | 55 | 115 |
| Binary | 11011111 | 10111100 | 10101011 | 0 | 10000 | 10111 | 1101 | 10100 | 101101 | 1001101 |
Color Harmonies of #DFBCAB
Complementary color
Monochromatic Colors of #DFBCAB
Black with #DFBCAB
Text Example
Text Example
White with #DFBCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBCAB; }
p { color: rgb(223,188,171); }
H1.HeaderClassName
{
color: #DFBCAB;
}
.AnyTagClassName
{
color: #DFBCAB;
}
</style>
background-color css
<style>
a { background-color: #DFBCAB; }
a { background-color: rgb(223,188,171); }
div.DivClassName
{
background-color: #DFBCAB;
}
.BgClassName
{
background-color: #DFBCAB;
}
</style>
border-color css
<style>
span { border-color: #DFBCAB; }
span { border-color: rgb(223,188,171); }
td.TdClassName
{
border-color: #DFBCAB;
}
.TagClassName
{
border-color: #DFBCAB;
}
</style>