Shades of Gallery #DFD7CC
Tints of Gallery #DFD7CC
RGB
CMYK
RGB Variations
Color information
#DFD7CC (or 0xDFD7CC) is known color: Gallery. HEX triplet: DF, D7 and CC. RGB value is (223,215,204). Sum of RGB (Red+Green+Blue) = 223+215+204=642 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.74% from 642); Green value is 215 (84.38% from 255 or 33.49% from 642); Blue value is 204 (80.08% from 255 or 31.78% from 642); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD7CC is #202833. Grayscale: #D8D8D8. Windows color (decimal): -2107444 or 13424607. OLE color: 13424607.
HSL color Cylindrical-coordinate representation of color #DFD7CC: hue angle of 34.74º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFD7CC is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 215 | 204 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.13 |
| HSL | 34.74º | 0.23% | 0.84% | - |
| HSV(B) | 34.74º | 0.09% | 0.87% | - |
| XYZ | 65.63 | 68.65 | 66.92 | - |
| YUV | 216.14 | 121.15 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 215 | 204 | 0 | 0.04 | 0.09 | 0.13 | 34.74 | 0.23 | 0.84 |
| Hex | DF | D7 | CC | 0 | 4 | 9 | D | 23 | 17 | 54 |
| Octal | 337 | 327 | 314 | 0 | 4 | 11 | 15 | 43 | 27 | 124 |
| Binary | 11011111 | 11010111 | 11001100 | 0 | 100 | 1001 | 1101 | 100011 | 10111 | 1010100 |
Color Harmonies of #DFD7CC
Complementary color
Monochromatic Colors of #DFD7CC
Black with #DFD7CC
Text Example
Text Example
White with #DFD7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD7CC; }
p { color: rgb(223,215,204); }
H1.HeaderClassName
{
color: #DFD7CC;
}
.AnyTagClassName
{
color: #DFD7CC;
}
</style>
background-color css
<style>
a { background-color: #DFD7CC; }
a { background-color: rgb(223,215,204); }
div.DivClassName
{
background-color: #DFD7CC;
}
.BgClassName
{
background-color: #DFD7CC;
}
</style>
border-color css
<style>
span { border-color: #DFD7CC; }
span { border-color: rgb(223,215,204); }
td.TdClassName
{
border-color: #DFD7CC;
}
.TagClassName
{
border-color: #DFD7CC;
}
</style>