Shades of Just Right #DFB9AA
Tints of Just Right #DFB9AA
RGB
CMYK
RGB Variations
Color information
#DFB9AA (or 0xDFB9AA) is known color: Just Right. HEX triplet: DF, B9 and AA. RGB value is (223,185,170). Sum of RGB (Red+Green+Blue) = 223+185+170=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 185 (72.66% from 255 or 32.01% from 578); Blue value is 170 (66.80% from 255 or 29.41% from 578); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB9AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFB9AA is #204655. Grayscale: #C2C2C2. Windows color (decimal): -2115158 or 11188703. OLE color: 11188703.
HSL color Cylindrical-coordinate representation of color #DFB9AA: hue angle of 16.98º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFB9AA is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 185 | 170 | - |
| CMYK | 0 | 0.17 | 0.24 | 0.13 |
| HSL | 16.98º | 0.45% | 0.77% | - |
| HSV(B) | 16.98º | 0.24% | 0.87% | - |
| XYZ | 55.04 | 53.29 | 45.42 | - |
| YUV | 194.65 | 114.09 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 185 | 170 | 0 | 0.17 | 0.24 | 0.13 | 16.98 | 0.45 | 0.77 |
| Hex | DF | B9 | AA | 0 | 11 | 18 | D | 11 | 2D | 4D |
| Octal | 337 | 271 | 252 | 0 | 21 | 30 | 15 | 21 | 55 | 115 |
| Binary | 11011111 | 10111001 | 10101010 | 0 | 10001 | 11000 | 1101 | 10001 | 101101 | 1001101 |
Color Harmonies of #DFB9AA
Complementary color
Monochromatic Colors of #DFB9AA
Black with #DFB9AA
Text Example
Text Example
White with #DFB9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB9AA; }
p { color: rgb(223,185,170); }
H1.HeaderClassName
{
color: #DFB9AA;
}
.AnyTagClassName
{
color: #DFB9AA;
}
</style>
background-color css
<style>
a { background-color: #DFB9AA; }
a { background-color: rgb(223,185,170); }
div.DivClassName
{
background-color: #DFB9AA;
}
.BgClassName
{
background-color: #DFB9AA;
}
</style>
border-color css
<style>
span { border-color: #DFB9AA; }
span { border-color: rgb(223,185,170); }
td.TdClassName
{
border-color: #DFB9AA;
}
.TagClassName
{
border-color: #DFB9AA;
}
</style>