Shades of Just Right #DFBBA5
Tints of Just Right #DFBBA5
RGB
CMYK
RGB Variations
Color information
#DFBBA5 (or 0xDFBBA5) is known color: Just Right. HEX triplet: DF, BB and A5. RGB value is (223,187,165). Sum of RGB (Red+Green+Blue) = 223+187+165=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 187 (73.44% from 255 or 32.52% from 575); Blue value is 165 (64.84% from 255 or 28.70% from 575); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBBA5 is #20445A. Grayscale: #C3C3C3. Windows color (decimal): -2114651 or 10861535. OLE color: 10861535.
HSL color Cylindrical-coordinate representation of color #DFBBA5: hue angle of 22.76º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFBBA5 is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 187 | 165 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.13 |
| HSL | 22.76º | 0.48% | 0.76% | - |
| HSV(B) | 22.76º | 0.26% | 0.87% | - |
| XYZ | 54.99 | 53.95 | 43.11 | - |
| YUV | 195.26 | 110.93 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 187 | 165 | 0 | 0.16 | 0.26 | 0.13 | 22.76 | 0.48 | 0.76 |
| Hex | DF | BB | A5 | 0 | 10 | 1A | D | 17 | 30 | 4C |
| Octal | 337 | 273 | 245 | 0 | 20 | 32 | 15 | 27 | 60 | 114 |
| Binary | 11011111 | 10111011 | 10100101 | 0 | 10000 | 11010 | 1101 | 10111 | 110000 | 1001100 |
Color Harmonies of #DFBBA5
Complementary color
Monochromatic Colors of #DFBBA5
Black with #DFBBA5
Text Example
Text Example
White with #DFBBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBBA5; }
p { color: rgb(223,187,165); }
H1.HeaderClassName
{
color: #DFBBA5;
}
.AnyTagClassName
{
color: #DFBBA5;
}
</style>
background-color css
<style>
a { background-color: #DFBBA5; }
a { background-color: rgb(223,187,165); }
div.DivClassName
{
background-color: #DFBBA5;
}
.BgClassName
{
background-color: #DFBBA5;
}
</style>
border-color css
<style>
span { border-color: #DFBBA5; }
span { border-color: rgb(223,187,165); }
td.TdClassName
{
border-color: #DFBBA5;
}
.TagClassName
{
border-color: #DFBBA5;
}
</style>