Shades of Gallery #DFD5C9
Tints of Gallery #DFD5C9
RGB
CMYK
RGB Variations
Color information
#DFD5C9 (or 0xDFD5C9) is known color: Gallery. HEX triplet: DF, D5 and C9. RGB value is (223,213,201). Sum of RGB (Red+Green+Blue) = 223+213+201=637 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.01% from 637); Green value is 213 (83.59% from 255 or 33.44% from 637); Blue value is 201 (78.91% from 255 or 31.55% from 637); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD5C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD5C9 is #202A36. Grayscale: #D6D6D6. Windows color (decimal): -2107959 or 13227487. OLE color: 13227487.
HSL color Cylindrical-coordinate representation of color #DFD5C9: hue angle of 32.73º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFD5C9 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 213 | 201 | - |
CMYK | 0 | 0.04 | 0.10 | 0.13 |
HSL | 32.73º | 0.26% | 0.83% | - |
HSV(B) | 32.73º | 0.1% | 0.87% | - |
XYZ | 64.77 | 67.49 | 64.87 | - |
YUV | 214.62 | 120.31 | 133.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 213 | 201 | 0 | 0.04 | 0.10 | 0.13 | 32.73 | 0.26 | 0.83 |
Hex | DF | D5 | C9 | 0 | 4 | A | D | 21 | 1A | 53 |
Octal | 337 | 325 | 311 | 0 | 4 | 12 | 15 | 41 | 32 | 123 |
Binary | 11011111 | 11010101 | 11001001 | 0 | 100 | 1010 | 1101 | 100001 | 11010 | 1010011 |
Color Harmonies of #DFD5C9
Complementary color
Monochromatic Colors of #DFD5C9
Black with #DFD5C9
Text Example
Text Example
White with #DFD5C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD5C9; }
p { color: rgb(223,213,201); }
H1.HeaderClassName
{
color: #DFD5C9;
}
.AnyTagClassName
{
color: #DFD5C9;
}
</style>
background-color css
<style>
a { background-color: #DFD5C9; }
a { background-color: rgb(223,213,201); }
div.DivClassName
{
background-color: #DFD5C9;
}
.BgClassName
{
background-color: #DFD5C9;
}
</style>
border-color css
<style>
span { border-color: #DFD5C9; }
span { border-color: rgb(223,213,201); }
td.TdClassName
{
border-color: #DFD5C9;
}
.TagClassName
{
border-color: #DFD5C9;
}
</style>