#DCD5CE

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

Shades of Gallery #DCD5CE

Tints of Gallery #DCD5CE

Color information

#DCD5CE (or 0xDCD5CE) is unknown color: approx Gallery. HEX triplet: DC, D5 and CE. RGB value is (220,213,206). Sum of RGB (Red+Green+Blue) = 220+213+206=639 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.43% from 639); Green value is 213 (83.59% from 255 or 33.33% from 639); Blue value is 206 (80.86% from 255 or 32.24% from 639); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD5CE is #232A31. Grayscale: #D6D6D6. Windows color (decimal): -2304562 or 13555164. OLE color: 13555164.

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

Color convert

RGB220213206-
CMYK00.030.060.14
HSL30º16.67%83.53%-
HSV(B)30º6.36%86.27%-
XYZ64.4567.2667.98-
YUV214.3123.32132.07-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.43%
GREEN value IS 213 (83.59% from 255) = 33.33%
BLUE value IS 206 (80.86% from 255) = 32.24%
R=34.43%
G=33.33%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021320600.030.060.143016.6783.53
HexDCD5CE036E1e1154
Octal334325316036163621124
Binary110111001101010111001110011110111011110100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD5CE; }

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

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

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

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

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

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

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

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