Shades of Just Right #DFB79F
Tints of Just Right #DFB79F
RGB
CMYK
RGB Variations
Color information
#DFB79F (or 0xDFB79F) is known color: Just Right. HEX triplet: DF, B7 and 9F. RGB value is (223,183,159). Sum of RGB (Red+Green+Blue) = 223+183+159=565 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.47% from 565); Green value is 183 (71.88% from 255 or 32.39% from 565); Blue value is 159 (62.5% from 255 or 28.14% from 565); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB79F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB79F is #204860. Grayscale: #C0C0C0. Windows color (decimal): -2115681 or 10467295. OLE color: 10467295.
HSL color Cylindrical-coordinate representation of color #DFB79F: hue angle of 22.5º 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 #DFB79F is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 183 | 159 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.13 |
| HSL | 22.5º | 0.5% | 0.75% | - |
| HSV(B) | 22.5º | 0.29% | 0.87% | - |
| XYZ | 53.62 | 52.06 | 40.02 | - |
| YUV | 192.22 | 109.25 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 183 | 159 | 0 | 0.18 | 0.29 | 0.13 | 22.5 | 0.5 | 0.75 |
| Hex | DF | B7 | 9F | 0 | 12 | 1D | D | 16 | 32 | 4B |
| Octal | 337 | 267 | 237 | 0 | 22 | 35 | 15 | 26 | 62 | 113 |
| Binary | 11011111 | 10110111 | 10011111 | 0 | 10010 | 11101 | 1101 | 10110 | 110010 | 1001011 |
Color Harmonies of #DFB79F
Complementary color
Monochromatic Colors of #DFB79F
Black with #DFB79F
Text Example
Text Example
White with #DFB79F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB79F; }
p { color: rgb(223,183,159); }
H1.HeaderClassName
{
color: #DFB79F;
}
.AnyTagClassName
{
color: #DFB79F;
}
</style>
background-color css
<style>
a { background-color: #DFB79F; }
a { background-color: rgb(223,183,159); }
div.DivClassName
{
background-color: #DFB79F;
}
.BgClassName
{
background-color: #DFB79F;
}
</style>
border-color css
<style>
span { border-color: #DFB79F; }
span { border-color: rgb(223,183,159); }
td.TdClassName
{
border-color: #DFB79F;
}
.TagClassName
{
border-color: #DFB79F;
}
</style>