#DCC8C5

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

Shades of Alto #DCC8C5

Tints of Alto #DCC8C5

Color information

#DCC8C5 (or 0xDCC8C5) is unknown color: approx Alto. HEX triplet: DC, C8 and C5. RGB value is (220,200,197). Sum of RGB (Red+Green+Blue) = 220+200+197=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 200 (78.52% from 255 or 32.41% from 617); Blue value is 197 (77.34% from 255 or 31.93% from 617); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC8C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC8C5 is #23373A. Grayscale: #CDCDCD. Windows color (decimal): -2307899 or 12962012. OLE color: 12962012.

HSL color Cylindrical-coordinate representation of color #DCC8C5: hue angle of 7.83º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCC8C5 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB220200197-
CMYK00.090.100.14
HSL7.83º24.73%81.76%-
HSV(B)7.83º10.45%86.27%-
XYZ60.2560.5661.34-
YUV205.64123.13138.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.66%
GREEN value IS 200 (78.52% from 255) = 32.41%
BLUE value IS 197 (77.34% from 255) = 31.93%
R=35.66%
G=32.41%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020019700.090.100.147.8324.7381.76
HexDCC8C509AE81952
Octal33431030501112161031122
Binary11011100110010001100010101001101011101000110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC8C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC8C5; }

 p { color: rgb(220,200,197); }

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

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

 a { background-color: rgb(220,200,197); }

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

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

 span { border-color: rgb(220,200,197); }

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