#DFD7CD

Color #DFD7CD Gallery (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gallery #DFD7CD

Tints of Gallery #DFD7CD

Color information

#DFD7CD (or 0xDFD7CD) is unknown color: approx Gallery. HEX triplet: DF, D7 and CD. RGB value is (223,215,205). Sum of RGB (Red+Green+Blue) = 223+215+205=643 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.68% from 643); Green value is 215 (84.38% from 255 or 33.44% from 643); Blue value is 205 (80.47% from 255 or 31.88% from 643); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD7CD is #202832. Grayscale: #D8D8D8. Windows color (decimal): -2107443 or 13490143. OLE color: 13490143.

HSL color Cylindrical-coordinate representation of color #DFD7CD: hue angle of 33.33º degrees, saturation: 0.22, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFD7CD is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB223215205-
CMYK00.040.080.13
HSL33.33º21.95%83.92%-
HSV(B)33.33º8.07%87.45%-
XYZ65.7568.767.55-
YUV216.25121.65132.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 34.68%
GREEN value IS 215 (84.38% from 255) = 33.44%
BLUE value IS 205 (80.47% from 255) = 31.88%
R=34.68%
G=33.44%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321520500.040.080.1333.3321.9583.92
HexDFD7CD048D211654
Octal3373273150410154126124
Binary110111111101011111001101010010001101100001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD7CD; }

 p { color: rgb(223,215,205); }

 H1.HeaderClassName
 {
   color: #DFD7CD;
 }
 .AnyTagClassName
 {
   color: #DFD7CD;
 }
</style>
background-color css

<style>
 a { background-color: #DFD7CD; }

 a { background-color: rgb(223,215,205); }

 div.DivClassName
 {
   background-color: #DFD7CD;
 }
 .BgClassName
 {
   background-color: #DFD7CD;
 }
</style>
border-color css

<style>
 span { border-color: #DFD7CD; }

 span { border-color: rgb(223,215,205); }

 td.TdClassName
 {
   border-color: #DFD7CD;
 }
 .TagClassName
 {
   border-color: #DFD7CD;
 }
</style>