#DFD6CD

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

Shades of Gallery #DFD6CD

Tints of Gallery #DFD6CD

Color information

#DFD6CD (or 0xDFD6CD) is unknown color: approx Gallery. HEX triplet: DF, D6 and CD. RGB value is (223,214,205). Sum of RGB (Red+Green+Blue) = 223+214+205=642 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.74% from 642); Green value is 214 (83.98% from 255 or 33.33% from 642); Blue value is 205 (80.47% from 255 or 31.93% from 642); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD6CD is #202932. Grayscale: #D7D7D7. Windows color (decimal): -2107699 or 13489887. OLE color: 13489887.

HSL color Cylindrical-coordinate representation of color #DFD6CD: hue angle of 30º 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 #DFD6CD is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB223214205-
CMYK00.040.080.13
HSL30º21.95%83.92%-
HSV(B)30º8.07%87.45%-
XYZ65.568.1967.47-
YUV215.66121.98133.23-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.74%
GREEN value IS 214 (83.98% from 255) = 33.33%
BLUE value IS 205 (80.47% from 255) = 31.93%
R=34.74%
G=33.33%
B=31.93%

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
Decimal22321420500.040.080.133021.9583.92
HexDFD6CD048D1e1654
Octal3373263150410153626124
Binary11011111110101101100110101001000110111110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD6CD; }

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

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

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

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

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

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

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

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