Shades of Just Right #DFC0AB
Tints of Just Right #DFC0AB
RGB
CMYK
RGB Variations
Color information
#DFC0AB (or 0xDFC0AB) is known color: Just Right. HEX triplet: DF, C0 and AB. RGB value is (223,192,171). Sum of RGB (Red+Green+Blue) = 223+192+171=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 192 (75.39% from 255 or 32.76% from 586); Blue value is 171 (67.19% from 255 or 29.18% from 586); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC0AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC0AB is #203F54. Grayscale: #C6C6C6. Windows color (decimal): -2113365 or 11256031. OLE color: 11256031.
HSL color Cylindrical-coordinate representation of color #DFC0AB: hue angle of 24.23º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFC0AB is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 171 | - |
| CMYK | 0 | 0.14 | 0.23 | 0.13 |
| HSL | 24.23º | 0.45% | 0.77% | - |
| HSV(B) | 24.23º | 0.23% | 0.87% | - |
| XYZ | 56.63 | 56.33 | 46.42 | - |
| YUV | 198.88 | 112.27 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 171 | 0 | 0.14 | 0.23 | 0.13 | 24.23 | 0.45 | 0.77 |
| Hex | DF | C0 | AB | 0 | E | 17 | D | 18 | 2D | 4D |
| Octal | 337 | 300 | 253 | 0 | 16 | 27 | 15 | 30 | 55 | 115 |
| Binary | 11011111 | 11000000 | 10101011 | 0 | 1110 | 10111 | 1101 | 11000 | 101101 | 1001101 |
Color Harmonies of #DFC0AB
Complementary color
Monochromatic Colors of #DFC0AB
Black with #DFC0AB
Text Example
Text Example
White with #DFC0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC0AB; }
p { color: rgb(223,192,171); }
H1.HeaderClassName
{
color: #DFC0AB;
}
.AnyTagClassName
{
color: #DFC0AB;
}
</style>
background-color css
<style>
a { background-color: #DFC0AB; }
a { background-color: rgb(223,192,171); }
div.DivClassName
{
background-color: #DFC0AB;
}
.BgClassName
{
background-color: #DFC0AB;
}
</style>
border-color css
<style>
span { border-color: #DFC0AB; }
span { border-color: rgb(223,192,171); }
td.TdClassName
{
border-color: #DFC0AB;
}
.TagClassName
{
border-color: #DFC0AB;
}
</style>