Shades of Just Right #DFC2AC
Tints of Just Right #DFC2AC
RGB
CMYK
RGB Variations
Color information
#DFC2AC (or 0xDFC2AC) is known color: Just Right. HEX triplet: DF, C2 and AC. RGB value is (223,194,172). Sum of RGB (Red+Green+Blue) = 223+194+172=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 194 (76.17% from 255 or 32.94% from 589); Blue value is 172 (67.58% from 255 or 29.20% from 589); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC2AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC2AC is #203D53. Grayscale: #C8C8C8. Windows color (decimal): -2112852 or 11322079. OLE color: 11322079.
HSL color Cylindrical-coordinate representation of color #DFC2AC: hue angle of 25.88º 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 #DFC2AC is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 194 | 172 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.13 |
| HSL | 25.88º | 0.44% | 0.77% | - |
| HSV(B) | 25.88º | 0.23% | 0.87% | - |
| XYZ | 57.17 | 57.25 | 47.07 | - |
| YUV | 200.16 | 112.11 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 194 | 172 | 0 | 0.13 | 0.23 | 0.13 | 25.88 | 0.44 | 0.77 |
| Hex | DF | C2 | AC | 0 | D | 17 | D | 1A | 2C | 4D |
| Octal | 337 | 302 | 254 | 0 | 15 | 27 | 15 | 32 | 54 | 115 |
| Binary | 11011111 | 11000010 | 10101100 | 0 | 1101 | 10111 | 1101 | 11010 | 101100 | 1001101 |
Color Harmonies of #DFC2AC
Complementary color
Monochromatic Colors of #DFC2AC
Black with #DFC2AC
Text Example
Text Example
White with #DFC2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC2AC; }
p { color: rgb(223,194,172); }
H1.HeaderClassName
{
color: #DFC2AC;
}
.AnyTagClassName
{
color: #DFC2AC;
}
</style>
background-color css
<style>
a { background-color: #DFC2AC; }
a { background-color: rgb(223,194,172); }
div.DivClassName
{
background-color: #DFC2AC;
}
.BgClassName
{
background-color: #DFC2AC;
}
</style>
border-color css
<style>
span { border-color: #DFC2AC; }
span { border-color: rgb(223,194,172); }
td.TdClassName
{
border-color: #DFC2AC;
}
.TagClassName
{
border-color: #DFC2AC;
}
</style>