Shades of Just Right #DFBCA8
Tints of Just Right #DFBCA8
RGB
CMYK
RGB Variations
Color information
#DFBCA8 (or 0xDFBCA8) is known color: Just Right. HEX triplet: DF, BC and A8. RGB value is (223,188,168). Sum of RGB (Red+Green+Blue) = 223+188+168=579 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.51% from 579); Green value is 188 (73.83% from 255 or 32.47% from 579); Blue value is 168 (66.02% from 255 or 29.02% from 579); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBCA8 is #204357. Grayscale: #C4C4C4. Windows color (decimal): -2114392 or 11058399. OLE color: 11058399.
HSL color Cylindrical-coordinate representation of color #DFBCA8: hue angle of 21.82º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFBCA8 is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 188 | 168 | - |
| CMYK | 0 | 0.16 | 0.25 | 0.13 |
| HSL | 21.82º | 0.46% | 0.77% | - |
| HSV(B) | 21.82º | 0.25% | 0.87% | - |
| XYZ | 55.48 | 54.48 | 44.64 | - |
| YUV | 196.19 | 112.1 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 188 | 168 | 0 | 0.16 | 0.25 | 0.13 | 21.82 | 0.46 | 0.77 |
| Hex | DF | BC | A8 | 0 | 10 | 19 | D | 16 | 2E | 4D |
| Octal | 337 | 274 | 250 | 0 | 20 | 31 | 15 | 26 | 56 | 115 |
| Binary | 11011111 | 10111100 | 10101000 | 0 | 10000 | 11001 | 1101 | 10110 | 101110 | 1001101 |
Color Harmonies of #DFBCA8
Complementary color
Monochromatic Colors of #DFBCA8
Black with #DFBCA8
Text Example
Text Example
White with #DFBCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBCA8; }
p { color: rgb(223,188,168); }
H1.HeaderClassName
{
color: #DFBCA8;
}
.AnyTagClassName
{
color: #DFBCA8;
}
</style>
background-color css
<style>
a { background-color: #DFBCA8; }
a { background-color: rgb(223,188,168); }
div.DivClassName
{
background-color: #DFBCA8;
}
.BgClassName
{
background-color: #DFBCA8;
}
</style>
border-color css
<style>
span { border-color: #DFBCA8; }
span { border-color: rgb(223,188,168); }
td.TdClassName
{
border-color: #DFBCA8;
}
.TagClassName
{
border-color: #DFBCA8;
}
</style>