Shades of Just Right #DFBBAA
Tints of Just Right #DFBBAA
RGB
CMYK
RGB Variations
Color information
#DFBBAA (or 0xDFBBAA) is known color: Just Right. HEX triplet: DF, BB and AA. RGB value is (223,187,170). Sum of RGB (Red+Green+Blue) = 223+187+170=580 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.45% from 580); Green value is 187 (73.44% from 255 or 32.24% from 580); Blue value is 170 (66.80% from 255 or 29.31% from 580); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBBAA is #204455. Grayscale: #C3C3C3. Windows color (decimal): -2114646 or 11189215. OLE color: 11189215.
HSL color Cylindrical-coordinate representation of color #DFBBAA: hue angle of 19.25º 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 #DFBBAA is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 187 | 170 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.13 |
| HSL | 19.25º | 0.45% | 0.77% | - |
| HSV(B) | 19.25º | 0.24% | 0.87% | - |
| XYZ | 55.46 | 54.13 | 45.56 | - |
| YUV | 195.83 | 113.43 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 187 | 170 | 0 | 0.16 | 0.24 | 0.13 | 19.25 | 0.45 | 0.77 |
| Hex | DF | BB | AA | 0 | 10 | 18 | D | 13 | 2D | 4D |
| Octal | 337 | 273 | 252 | 0 | 20 | 30 | 15 | 23 | 55 | 115 |
| Binary | 11011111 | 10111011 | 10101010 | 0 | 10000 | 11000 | 1101 | 10011 | 101101 | 1001101 |
Color Harmonies of #DFBBAA
Complementary color
Monochromatic Colors of #DFBBAA
Black with #DFBBAA
Text Example
Text Example
White with #DFBBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBBAA; }
p { color: rgb(223,187,170); }
H1.HeaderClassName
{
color: #DFBBAA;
}
.AnyTagClassName
{
color: #DFBBAA;
}
</style>
background-color css
<style>
a { background-color: #DFBBAA; }
a { background-color: rgb(223,187,170); }
div.DivClassName
{
background-color: #DFBBAA;
}
.BgClassName
{
background-color: #DFBBAA;
}
</style>
border-color css
<style>
span { border-color: #DFBBAA; }
span { border-color: rgb(223,187,170); }
td.TdClassName
{
border-color: #DFBBAA;
}
.TagClassName
{
border-color: #DFBBAA;
}
</style>