#DCD5CB

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

Shades of Gallery #DCD5CB

Tints of Gallery #DCD5CB

Color information

#DCD5CB (or 0xDCD5CB) is unknown color: approx Gallery. HEX triplet: DC, D5 and CB. RGB value is (220,213,203). Sum of RGB (Red+Green+Blue) = 220+213+203=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 213 (83.59% from 255 or 33.49% from 636); Blue value is 203 (79.69% from 255 or 31.92% from 636); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD5CB is #232A34. Grayscale: #D6D6D6. Windows color (decimal): -2304565 or 13358556. OLE color: 13358556.

HSL color Cylindrical-coordinate representation of color #DCD5CB: hue angle of 35.29º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCD5CB is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB220213203-
CMYK00.030.080.14
HSL35.29º19.54%82.94%-
HSV(B)35.29º7.73%86.27%-
XYZ64.0967.1266.08-
YUV213.95121.82132.31-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.59%
GREEN value IS 213 (83.59% from 255) = 33.49%
BLUE value IS 203 (79.69% from 255) = 31.92%
R=34.59%
G=33.49%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021320300.030.080.1435.2919.5482.94
HexDCD5CB038E231453
Octal3343253130310164324123
Binary11011100110101011100101101110001110100011101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD5CB; }

 p { color: rgb(220,213,203); }

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

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

 a { background-color: rgb(220,213,203); }

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

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

 span { border-color: rgb(220,213,203); }

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