#DFD6CA

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

Shades of Gallery #DFD6CA

Tints of Gallery #DFD6CA

Color information

#DFD6CA (or 0xDFD6CA) is unknown color: approx Gallery. HEX triplet: DF, D6 and CA. RGB value is (223,214,202). Sum of RGB (Red+Green+Blue) = 223+214+202=639 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.90% from 639); Green value is 214 (83.98% from 255 or 33.49% from 639); Blue value is 202 (79.30% from 255 or 31.61% from 639); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD6CA is #202935. Grayscale: #D7D7D7. Windows color (decimal): -2107702 or 13293279. OLE color: 13293279.

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

Color convert

RGB223214202-
CMYK00.040.090.13
HSL34.29º24.71%83.33%-
HSV(B)34.29º9.42%87.45%-
XYZ65.1468.0565.58-
YUV215.32120.48133.48-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.90%
GREEN value IS 214 (83.98% from 255) = 33.49%
BLUE value IS 202 (79.30% from 255) = 31.61%
R=34.90%
G=33.49%
B=31.61%

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
Decimal22321420200.040.090.1334.2924.7183.33
HexDFD6CA049D221953
Octal3373263120411154231123
Binary110111111101011011001010010010011101100010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD6CA; }

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

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

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

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

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

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

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

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