Shades of Just Right #DFBFAB
Tints of Just Right #DFBFAB
RGB
CMYK
RGB Variations
Color information
#DFBFAB (or 0xDFBFAB) is known color: Just Right. HEX triplet: DF, BF and AB. RGB value is (223,191,171). Sum of RGB (Red+Green+Blue) = 223+191+171=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 191 (75% from 255 or 32.65% from 585); Blue value is 171 (67.19% from 255 or 29.23% from 585); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBFAB is #204054. Grayscale: #C6C6C6. Windows color (decimal): -2113621 or 11255775. OLE color: 11255775.
HSL color Cylindrical-coordinate representation of color #DFBFAB: hue angle of 23.08º 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 #DFBFAB is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 191 | 171 | - |
| CMYK | 0 | 0.14 | 0.23 | 0.13 |
| HSL | 23.08º | 0.45% | 0.77% | - |
| HSV(B) | 23.08º | 0.23% | 0.87% | - |
| XYZ | 56.41 | 55.89 | 46.34 | - |
| YUV | 198.29 | 112.6 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 191 | 171 | 0 | 0.14 | 0.23 | 0.13 | 23.08 | 0.45 | 0.77 |
| Hex | DF | BF | AB | 0 | E | 17 | D | 17 | 2D | 4D |
| Octal | 337 | 277 | 253 | 0 | 16 | 27 | 15 | 27 | 55 | 115 |
| Binary | 11011111 | 10111111 | 10101011 | 0 | 1110 | 10111 | 1101 | 10111 | 101101 | 1001101 |
Color Harmonies of #DFBFAB
Complementary color
Monochromatic Colors of #DFBFAB
Black with #DFBFAB
Text Example
Text Example
White with #DFBFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBFAB; }
p { color: rgb(223,191,171); }
H1.HeaderClassName
{
color: #DFBFAB;
}
.AnyTagClassName
{
color: #DFBFAB;
}
</style>
background-color css
<style>
a { background-color: #DFBFAB; }
a { background-color: rgb(223,191,171); }
div.DivClassName
{
background-color: #DFBFAB;
}
.BgClassName
{
background-color: #DFBFAB;
}
</style>
border-color css
<style>
span { border-color: #DFBFAB; }
span { border-color: rgb(223,191,171); }
td.TdClassName
{
border-color: #DFBFAB;
}
.TagClassName
{
border-color: #DFBFAB;
}
</style>