Shades of Gallery #DFD5C8
Tints of Gallery #DFD5C8
RGB
CMYK
RGB Variations
Color information
#DFD5C8 (or 0xDFD5C8) is known color: Gallery. HEX triplet: DF, D5 and C8. RGB value is (223,213,200). Sum of RGB (Red+Green+Blue) = 223+213+200=636 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.06% from 636); Green value is 213 (83.59% from 255 or 33.49% from 636); Blue value is 200 (78.52% from 255 or 31.45% from 636); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD5C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD5C8 is #202A37. Grayscale: #D6D6D6. Windows color (decimal): -2107960 or 13161951. OLE color: 13161951.
HSL color Cylindrical-coordinate representation of color #DFD5C8: hue angle of 33.91º 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 #DFD5C8 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 213 | 200 | - |
CMYK | 0 | 0.04 | 0.10 | 0.13 |
HSL | 33.91º | 0.26% | 0.83% | - |
HSV(B) | 33.91º | 0.1% | 0.87% | - |
XYZ | 64.65 | 67.45 | 64.25 | - |
YUV | 214.51 | 119.81 | 134.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 213 | 200 | 0 | 0.04 | 0.10 | 0.13 | 33.91 | 0.26 | 0.83 |
Hex | DF | D5 | C8 | 0 | 4 | A | D | 22 | 1A | 53 |
Octal | 337 | 325 | 310 | 0 | 4 | 12 | 15 | 42 | 32 | 123 |
Binary | 11011111 | 11010101 | 11001000 | 0 | 100 | 1010 | 1101 | 100010 | 11010 | 1010011 |
Color Harmonies of #DFD5C8
Complementary color
Monochromatic Colors of #DFD5C8
Black with #DFD5C8
Text Example
Text Example
White with #DFD5C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD5C8; }
p { color: rgb(223,213,200); }
H1.HeaderClassName
{
color: #DFD5C8;
}
.AnyTagClassName
{
color: #DFD5C8;
}
</style>
background-color css
<style>
a { background-color: #DFD5C8; }
a { background-color: rgb(223,213,200); }
div.DivClassName
{
background-color: #DFD5C8;
}
.BgClassName
{
background-color: #DFD5C8;
}
</style>
border-color css
<style>
span { border-color: #DFD5C8; }
span { border-color: rgb(223,213,200); }
td.TdClassName
{
border-color: #DFD5C8;
}
.TagClassName
{
border-color: #DFD5C8;
}
</style>