#DFD7CC

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

Shades of Gallery #DFD7CC

Tints of Gallery #DFD7CC

Color information

#DFD7CC (or 0xDFD7CC) is unknown color: approx Gallery. HEX triplet: DF, D7 and CC. RGB value is (223,215,204). Sum of RGB (Red+Green+Blue) = 223+215+204=642 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.74% from 642); Green value is 215 (84.38% from 255 or 33.49% from 642); Blue value is 204 (80.08% from 255 or 31.78% from 642); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD7CC is #202833. Grayscale: #D8D8D8. Windows color (decimal): -2107444 or 13424607. OLE color: 13424607.

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

Color convert

RGB223215204-
CMYK00.040.090.13
HSL34.74º22.89%83.73%-
HSV(B)34.74º8.52%87.45%-
XYZ65.6368.6566.92-
YUV216.14121.15132.89-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.74%
GREEN value IS 215 (84.38% from 255) = 33.49%
BLUE value IS 204 (80.08% from 255) = 31.78%
R=34.74%
G=33.49%
B=31.78%

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
Decimal22321520400.040.090.1334.7422.8983.73
HexDFD7CC049D231754
Octal3373273140411154327124
Binary110111111101011111001100010010011101100011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD7CC; }

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

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

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

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

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

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

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

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