Shades of Just Right #DFC0AC
Tints of Just Right #DFC0AC
RGB
CMYK
RGB Variations
Color information
#DFC0AC (or 0xDFC0AC) is known color: Just Right. HEX triplet: DF, C0 and AC. RGB value is (223,192,172). Sum of RGB (Red+Green+Blue) = 223+192+172=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 192 (75.39% from 255 or 32.71% from 587); Blue value is 172 (67.58% from 255 or 29.30% from 587); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC0AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC0AC is #203F53. Grayscale: #C7C7C7. Windows color (decimal): -2113364 or 11321567. OLE color: 11321567.
HSL color Cylindrical-coordinate representation of color #DFC0AC: hue angle of 23.53º degrees, saturation: 0.44, 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 #DFC0AC is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 192 | 172 | - |
| CMYK | 0 | 0.14 | 0.23 | 0.13 |
| HSL | 23.53º | 0.44% | 0.77% | - |
| HSV(B) | 23.53º | 0.23% | 0.87% | - |
| XYZ | 56.73 | 56.37 | 46.92 | - |
| YUV | 198.99 | 112.77 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 192 | 172 | 0 | 0.14 | 0.23 | 0.13 | 23.53 | 0.44 | 0.77 |
| Hex | DF | C0 | AC | 0 | E | 17 | D | 18 | 2C | 4D |
| Octal | 337 | 300 | 254 | 0 | 16 | 27 | 15 | 30 | 54 | 115 |
| Binary | 11011111 | 11000000 | 10101100 | 0 | 1110 | 10111 | 1101 | 11000 | 101100 | 1001101 |
Color Harmonies of #DFC0AC
Complementary color
Monochromatic Colors of #DFC0AC
Black with #DFC0AC
Text Example
Text Example
White with #DFC0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC0AC; }
p { color: rgb(223,192,172); }
H1.HeaderClassName
{
color: #DFC0AC;
}
.AnyTagClassName
{
color: #DFC0AC;
}
</style>
background-color css
<style>
a { background-color: #DFC0AC; }
a { background-color: rgb(223,192,172); }
div.DivClassName
{
background-color: #DFC0AC;
}
.BgClassName
{
background-color: #DFC0AC;
}
</style>
border-color css
<style>
span { border-color: #DFC0AC; }
span { border-color: rgb(223,192,172); }
td.TdClassName
{
border-color: #DFC0AC;
}
.TagClassName
{
border-color: #DFC0AC;
}
</style>