#DCD6CD

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

Shades of Gallery #DCD6CD

Tints of Gallery #DCD6CD

Color information

#DCD6CD (or 0xDCD6CD) is unknown color: approx Gallery. HEX triplet: DC, D6 and CD. RGB value is (220,214,205). Sum of RGB (Red+Green+Blue) = 220+214+205=639 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.43% from 639); Green value is 214 (83.98% from 255 or 33.49% from 639); Blue value is 205 (80.47% from 255 or 32.08% from 639); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD6CD is #232932. Grayscale: #D6D6D6. Windows color (decimal): -2304307 or 13489884. OLE color: 13489884.

HSL color Cylindrical-coordinate representation of color #DCD6CD: hue angle of 36º 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 #DCD6CD is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB220214205-
CMYK00.030.070.14
HSL36º17.65%83.33%-
HSV(B)36º6.82%86.27%-
XYZ64.5867.7267.42-
YUV214.77122.49131.73-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.43%
GREEN value IS 214 (83.98% from 255) = 33.49%
BLUE value IS 205 (80.47% from 255) = 32.08%
R=34.43%
G=33.49%
B=32.08%

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
Decimal22021420500.030.070.143617.6583.33
HexDCD6CD037E241253
Octal334326315037164422123
Binary1101110011010110110011010111111110100100100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD6CD; }

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

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

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

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

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

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

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

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