#DFD6CC

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

Shades of Gallery #DFD6CC

Tints of Gallery #DFD6CC

Color information

#DFD6CC (or 0xDFD6CC) is unknown color: approx Gallery. HEX triplet: DF, D6 and CC. RGB value is (223,214,204). Sum of RGB (Red+Green+Blue) = 223+214+204=641 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.79% from 641); Green value is 214 (83.98% from 255 or 33.39% from 641); Blue value is 204 (80.08% from 255 or 31.83% from 641); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD6CC is #202933. Grayscale: #D7D7D7. Windows color (decimal): -2107700 or 13424351. OLE color: 13424351.

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

Color convert

RGB223214204-
CMYK00.040.090.13
HSL31.58º22.89%83.73%-
HSV(B)31.58º8.52%87.45%-
XYZ65.3868.1466.83-
YUV215.55121.48133.31-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.79%
GREEN value IS 214 (83.98% from 255) = 33.39%
BLUE value IS 204 (80.08% from 255) = 31.83%
R=34.79%
G=33.39%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321420400.040.090.1331.5822.8983.73
HexDFD6CC049D201754
Octal3373263140411154027124
Binary110111111101011011001100010010011101100000101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD6CC; }

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

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

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

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

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

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

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

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