Shades of Just Right #DFBFB0
Tints of Just Right #DFBFB0
RGB
CMYK
RGB Variations
Color information
#DFBFB0 (or 0xDFBFB0) is known color: Just Right. HEX triplet: DF, BF and B0. RGB value is (223,191,176). Sum of RGB (Red+Green+Blue) = 223+191+176=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 191 (75% from 255 or 32.37% from 590); Blue value is 176 (69.14% from 255 or 29.83% from 590); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBFB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBFB0 is #20404F. Grayscale: #C6C6C6. Windows color (decimal): -2113616 or 11583455. OLE color: 11583455.
HSL color Cylindrical-coordinate representation of color #DFBFB0: hue angle of 19.15º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFBFB0 is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 191 | 176 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.13 |
| HSL | 19.15º | 0.42% | 0.78% | - |
| HSV(B) | 19.15º | 0.21% | 0.87% | - |
| XYZ | 56.9 | 56.08 | 48.9 | - |
| YUV | 198.86 | 115.1 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 191 | 176 | 0 | 0.14 | 0.21 | 0.13 | 19.15 | 0.42 | 0.78 |
| Hex | DF | BF | B0 | 0 | E | 15 | D | 13 | 2A | 4E |
| Octal | 337 | 277 | 260 | 0 | 16 | 25 | 15 | 23 | 52 | 116 |
| Binary | 11011111 | 10111111 | 10110000 | 0 | 1110 | 10101 | 1101 | 10011 | 101010 | 1001110 |
Color Harmonies of #DFBFB0
Complementary color
Monochromatic Colors of #DFBFB0
Black with #DFBFB0
Text Example
Text Example
White with #DFBFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBFB0; }
p { color: rgb(223,191,176); }
H1.HeaderClassName
{
color: #DFBFB0;
}
.AnyTagClassName
{
color: #DFBFB0;
}
</style>
background-color css
<style>
a { background-color: #DFBFB0; }
a { background-color: rgb(223,191,176); }
div.DivClassName
{
background-color: #DFBFB0;
}
.BgClassName
{
background-color: #DFBFB0;
}
</style>
border-color css
<style>
span { border-color: #DFBFB0; }
span { border-color: rgb(223,191,176); }
td.TdClassName
{
border-color: #DFBFB0;
}
.TagClassName
{
border-color: #DFBFB0;
}
</style>