Shades of Just Right #DFBA9F
Tints of Just Right #DFBA9F
RGB
CMYK
RGB Variations
Color information
#DFBA9F (or 0xDFBA9F) is known color: Just Right. HEX triplet: DF, BA and 9F. RGB value is (223,186,159). Sum of RGB (Red+Green+Blue) = 223+186+159=568 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.26% from 568); Green value is 186 (73.05% from 255 or 32.75% from 568); Blue value is 159 (62.5% from 255 or 27.99% from 568); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBA9F is #204560. Grayscale: #C2C2C2. Windows color (decimal): -2114913 or 10468063. OLE color: 10468063.
HSL color Cylindrical-coordinate representation of color #DFBA9F: hue angle of 25.31º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DFBA9F is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 186 | 159 | - |
| CMYK | 0 | 0.17 | 0.29 | 0.13 |
| HSL | 25.31º | 0.5% | 0.75% | - |
| HSV(B) | 25.31º | 0.29% | 0.87% | - |
| XYZ | 54.25 | 53.31 | 40.23 | - |
| YUV | 193.99 | 108.26 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 159 | 0 | 0.17 | 0.29 | 0.13 | 25.31 | 0.5 | 0.75 |
| Hex | DF | BA | 9F | 0 | 11 | 1D | D | 19 | 32 | 4B |
| Octal | 337 | 272 | 237 | 0 | 21 | 35 | 15 | 31 | 62 | 113 |
| Binary | 11011111 | 10111010 | 10011111 | 0 | 10001 | 11101 | 1101 | 11001 | 110010 | 1001011 |
Color Harmonies of #DFBA9F
Complementary color
Monochromatic Colors of #DFBA9F
Black with #DFBA9F
Text Example
Text Example
White with #DFBA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBA9F; }
p { color: rgb(223,186,159); }
H1.HeaderClassName
{
color: #DFBA9F;
}
.AnyTagClassName
{
color: #DFBA9F;
}
</style>
background-color css
<style>
a { background-color: #DFBA9F; }
a { background-color: rgb(223,186,159); }
div.DivClassName
{
background-color: #DFBA9F;
}
.BgClassName
{
background-color: #DFBA9F;
}
</style>
border-color css
<style>
span { border-color: #DFBA9F; }
span { border-color: rgb(223,186,159); }
td.TdClassName
{
border-color: #DFBA9F;
}
.TagClassName
{
border-color: #DFBA9F;
}
</style>