#DDD5C9

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

Shades of Gallery #DDD5C9

Tints of Gallery #DDD5C9

Color information

#DDD5C9 (or 0xDDD5C9) is unknown color: approx Gallery. HEX triplet: DD, D5 and C9. RGB value is (221,213,201). Sum of RGB (Red+Green+Blue) = 221+213+201=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 213 (83.59% from 255 or 33.54% from 635); Blue value is 201 (78.91% from 255 or 31.65% from 635); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD5C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD5C9 is #222A36. Grayscale: #D6D6D6. Windows color (decimal): -2239031 or 13227485. OLE color: 13227485.

HSL color Cylindrical-coordinate representation of color #DDD5C9: hue angle of 36º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDD5C9 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB221213201-
CMYK00.040.090.13
HSL36º22.73%82.75%-
HSV(B)36º9.05%86.67%-
XYZ64.1667.1864.84-
YUV214.02120.65132.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.80%
GREEN value IS 213 (83.59% from 255) = 33.54%
BLUE value IS 201 (78.91% from 255) = 31.65%
R=34.80%
G=33.54%
B=31.65%

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
Decimal22121320100.040.090.133622.7382.75
HexDDD5C9049D241753
Octal3353253110411154427123
Binary110111011101010111001001010010011101100100101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD5C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD5C9; }

 p { color: rgb(221,213,201); }

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

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

 a { background-color: rgb(221,213,201); }

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

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

 span { border-color: rgb(221,213,201); }

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