Shades of Just Right #DFBBAC
Tints of Just Right #DFBBAC
RGB
CMYK
RGB Variations
Color information
#DFBBAC (or 0xDFBBAC) is known color: Just Right. HEX triplet: DF, BB and AC. RGB value is (223,187,172). Sum of RGB (Red+Green+Blue) = 223+187+172=582 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.32% from 582); Green value is 187 (73.44% from 255 or 32.13% from 582); Blue value is 172 (67.58% from 255 or 29.55% from 582); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBBAC is #204453. Grayscale: #C4C4C4. Windows color (decimal): -2114644 or 11320287. OLE color: 11320287.
HSL color Cylindrical-coordinate representation of color #DFBBAC: hue angle of 17.65º degrees, saturation: 0.44, 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 #DFBBAC is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 187 | 172 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.13 |
| HSL | 17.65º | 0.44% | 0.77% | - |
| HSV(B) | 17.65º | 0.23% | 0.87% | - |
| XYZ | 55.65 | 54.21 | 46.56 | - |
| YUV | 196.05 | 114.43 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 187 | 172 | 0 | 0.16 | 0.23 | 0.13 | 17.65 | 0.44 | 0.77 |
| Hex | DF | BB | AC | 0 | 10 | 17 | D | 12 | 2C | 4D |
| Octal | 337 | 273 | 254 | 0 | 20 | 27 | 15 | 22 | 54 | 115 |
| Binary | 11011111 | 10111011 | 10101100 | 0 | 10000 | 10111 | 1101 | 10010 | 101100 | 1001101 |
Color Harmonies of #DFBBAC
Complementary color
Monochromatic Colors of #DFBBAC
Black with #DFBBAC
Text Example
Text Example
White with #DFBBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBBAC; }
p { color: rgb(223,187,172); }
H1.HeaderClassName
{
color: #DFBBAC;
}
.AnyTagClassName
{
color: #DFBBAC;
}
</style>
background-color css
<style>
a { background-color: #DFBBAC; }
a { background-color: rgb(223,187,172); }
div.DivClassName
{
background-color: #DFBBAC;
}
.BgClassName
{
background-color: #DFBBAC;
}
</style>
border-color css
<style>
span { border-color: #DFBBAC; }
span { border-color: rgb(223,187,172); }
td.TdClassName
{
border-color: #DFBBAC;
}
.TagClassName
{
border-color: #DFBBAC;
}
</style>