Shades of Gallery #DFD9D2
Tints of Gallery #DFD9D2
RGB
CMYK
RGB Variations
Color information
#DFD9D2 (or 0xDFD9D2) is known color: Gallery. HEX triplet: DF, D9 and D2. RGB value is (223,217,210). Sum of RGB (Red+Green+Blue) = 223+217+210=650 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.31% from 650); Green value is 217 (85.16% from 255 or 33.38% from 650); Blue value is 210 (82.42% from 255 or 32.31% from 650); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD9D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD9D2 is #20262D. Grayscale: #DADADA. Windows color (decimal): -2106926 or 13818335. OLE color: 13818335.
HSL color Cylindrical-coordinate representation of color #DFD9D2: hue angle of 32.31º degrees, saturation: 0.17, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DFD9D2 is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 217 | 210 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.13 |
| HSL | 32.31º | 0.17% | 0.85% | - |
| HSV(B) | 32.31º | 0.06% | 0.87% | - |
| XYZ | 66.88 | 69.97 | 70.95 | - |
| YUV | 218 | 123.49 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 217 | 210 | 0 | 0.03 | 0.06 | 0.13 | 32.31 | 0.17 | 0.85 |
| Hex | DF | D9 | D2 | 0 | 3 | 6 | D | 20 | 11 | 55 |
| Octal | 337 | 331 | 322 | 0 | 3 | 6 | 15 | 40 | 21 | 125 |
| Binary | 11011111 | 11011001 | 11010010 | 0 | 11 | 110 | 1101 | 100000 | 10001 | 1010101 |
Color Harmonies of #DFD9D2
Complementary color
Monochromatic Colors of #DFD9D2
Black with #DFD9D2
Text Example
Text Example
White with #DFD9D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD9D2; }
p { color: rgb(223,217,210); }
H1.HeaderClassName
{
color: #DFD9D2;
}
.AnyTagClassName
{
color: #DFD9D2;
}
</style>
background-color css
<style>
a { background-color: #DFD9D2; }
a { background-color: rgb(223,217,210); }
div.DivClassName
{
background-color: #DFD9D2;
}
.BgClassName
{
background-color: #DFD9D2;
}
</style>
border-color css
<style>
span { border-color: #DFD9D2; }
span { border-color: rgb(223,217,210); }
td.TdClassName
{
border-color: #DFD9D2;
}
.TagClassName
{
border-color: #DFD9D2;
}
</style>