#DCC4C3

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

Shades of Alto #DCC4C3

Tints of Alto #DCC4C3

Color information

#DCC4C3 (or 0xDCC4C3) is unknown color: approx Alto. HEX triplet: DC, C4 and C3. RGB value is (220,196,195). Sum of RGB (Red+Green+Blue) = 220+196+195=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 196 (76.95% from 255 or 32.08% from 611); Blue value is 195 (76.56% from 255 or 31.91% from 611); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC4C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC4C3 is #233B3C. Grayscale: #CBCBCB. Windows color (decimal): -2308925 or 12829916. OLE color: 12829916.

HSL color Cylindrical-coordinate representation of color #DCC4C3: hue angle of 2.4º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCC4C3 is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB220196195-
CMYK00.110.110.14
HSL2.4º26.32%81.37%-
HSV(B)2.4º11.36%86.27%-
XYZ59.1158.6459.83-
YUV203.06123.45140.08-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.01%
GREEN value IS 196 (76.95% from 255) = 32.08%
BLUE value IS 195 (76.56% from 255) = 31.91%
R=36.01%
G=32.08%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019619500.110.110.142.426.3281.37
HexDCC4C30BBE21a51
Octal3343043030131316232121
Binary110111001100010011000011010111011111010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC4C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC4C3; }

 p { color: rgb(220,196,195); }

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

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

 a { background-color: rgb(220,196,195); }

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

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

 span { border-color: rgb(220,196,195); }

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