Shades of Just Right #DFBB9F
Tints of Just Right #DFBB9F
RGB
CMYK
RGB Variations
Color information
#DFBB9F (or 0xDFBB9F) is known color: Just Right. HEX triplet: DF, BB and 9F. RGB value is (223,187,159). Sum of RGB (Red+Green+Blue) = 223+187+159=569 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.19% from 569); Green value is 187 (73.44% from 255 or 32.86% from 569); Blue value is 159 (62.5% from 255 or 27.94% from 569); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBB9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBB9F is #204460. Grayscale: #C2C2C2. Windows color (decimal): -2114657 or 10468319. OLE color: 10468319.
HSL color Cylindrical-coordinate representation of color #DFBB9F: hue angle of 26.25º 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 #DFBB9F is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 187 | 159 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.13 |
| HSL | 26.25º | 0.5% | 0.75% | - |
| HSV(B) | 26.25º | 0.29% | 0.87% | - |
| XYZ | 54.46 | 53.73 | 40.3 | - |
| YUV | 194.57 | 107.93 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 187 | 159 | 0 | 0.16 | 0.29 | 0.13 | 26.25 | 0.5 | 0.75 |
| Hex | DF | BB | 9F | 0 | 10 | 1D | D | 1A | 32 | 4B |
| Octal | 337 | 273 | 237 | 0 | 20 | 35 | 15 | 32 | 62 | 113 |
| Binary | 11011111 | 10111011 | 10011111 | 0 | 10000 | 11101 | 1101 | 11010 | 110010 | 1001011 |
Color Harmonies of #DFBB9F
Complementary color
Monochromatic Colors of #DFBB9F
Black with #DFBB9F
Text Example
Text Example
White with #DFBB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBB9F; }
p { color: rgb(223,187,159); }
H1.HeaderClassName
{
color: #DFBB9F;
}
.AnyTagClassName
{
color: #DFBB9F;
}
</style>
background-color css
<style>
a { background-color: #DFBB9F; }
a { background-color: rgb(223,187,159); }
div.DivClassName
{
background-color: #DFBB9F;
}
.BgClassName
{
background-color: #DFBB9F;
}
</style>
border-color css
<style>
span { border-color: #DFBB9F; }
span { border-color: rgb(223,187,159); }
td.TdClassName
{
border-color: #DFBB9F;
}
.TagClassName
{
border-color: #DFBB9F;
}
</style>