#DCD5CD

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

Shades of Gallery #DCD5CD

Tints of Gallery #DCD5CD

Color information

#DCD5CD (or 0xDCD5CD) is unknown color: approx Gallery. HEX triplet: DC, D5 and CD. RGB value is (220,213,205). Sum of RGB (Red+Green+Blue) = 220+213+205=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 213 (83.59% from 255 or 33.39% from 638); Blue value is 205 (80.47% from 255 or 32.13% from 638); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD5CD is #232A32. Grayscale: #D6D6D6. Windows color (decimal): -2304563 or 13489628. OLE color: 13489628.

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

Color convert

RGB220213205-
CMYK00.030.070.14
HSL32º17.65%83.33%-
HSV(B)32º6.82%86.27%-
XYZ64.3367.2167.34-
YUV214.18122.82132.15-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.48%
GREEN value IS 213 (83.59% from 255) = 33.39%
BLUE value IS 205 (80.47% from 255) = 32.13%
R=34.48%
G=33.39%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021320500.030.070.143217.6583.33
HexDCD5CD037E201253
Octal334325315037164022123
Binary1101110011010101110011010111111110100000100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD5CD; }

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

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

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

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

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

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

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

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