Shades of Just Right #DFB9A7
Tints of Just Right #DFB9A7
RGB
CMYK
RGB Variations
Color information
#DFB9A7 (or 0xDFB9A7) is known color: Just Right. HEX triplet: DF, B9 and A7. RGB value is (223,185,167). Sum of RGB (Red+Green+Blue) = 223+185+167=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 185 (72.66% from 255 or 32.17% from 575); Blue value is 167 (65.62% from 255 or 29.04% from 575); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB9A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB9A7 is #204658. Grayscale: #C2C2C2. Windows color (decimal): -2115161 or 10992095. OLE color: 10992095.
HSL color Cylindrical-coordinate representation of color #DFB9A7: hue angle of 19.29º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFB9A7 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 185 | 167 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.13 |
| HSL | 19.29º | 0.47% | 0.76% | - |
| HSV(B) | 19.29º | 0.25% | 0.87% | - |
| XYZ | 54.76 | 53.18 | 43.94 | - |
| YUV | 194.31 | 112.59 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 185 | 167 | 0 | 0.17 | 0.25 | 0.13 | 19.29 | 0.47 | 0.76 |
| Hex | DF | B9 | A7 | 0 | 11 | 19 | D | 13 | 2F | 4C |
| Octal | 337 | 271 | 247 | 0 | 21 | 31 | 15 | 23 | 57 | 114 |
| Binary | 11011111 | 10111001 | 10100111 | 0 | 10001 | 11001 | 1101 | 10011 | 101111 | 1001100 |
Color Harmonies of #DFB9A7
Complementary color
Monochromatic Colors of #DFB9A7
Black with #DFB9A7
Text Example
Text Example
White with #DFB9A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB9A7; }
p { color: rgb(223,185,167); }
H1.HeaderClassName
{
color: #DFB9A7;
}
.AnyTagClassName
{
color: #DFB9A7;
}
</style>
background-color css
<style>
a { background-color: #DFB9A7; }
a { background-color: rgb(223,185,167); }
div.DivClassName
{
background-color: #DFB9A7;
}
.BgClassName
{
background-color: #DFB9A7;
}
</style>
border-color css
<style>
span { border-color: #DFB9A7; }
span { border-color: rgb(223,185,167); }
td.TdClassName
{
border-color: #DFB9A7;
}
.TagClassName
{
border-color: #DFB9A7;
}
</style>