#DCC6C3

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

Shades of Alto #DCC6C3

Tints of Alto #DCC6C3

Color information

#DCC6C3 (or 0xDCC6C3) is unknown color: approx Alto. HEX triplet: DC, C6 and C3. RGB value is (220,198,195). Sum of RGB (Red+Green+Blue) = 220+198+195=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 198 (77.73% from 255 or 32.30% from 613); Blue value is 195 (76.56% from 255 or 31.81% from 613); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC6C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC6C3 is #23393C. Grayscale: #CCCCCC. Windows color (decimal): -2308413 or 12830428. OLE color: 12830428.

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

Color convert

RGB220198195-
CMYK00.10.110.14
HSL7.2º26.32%81.37%-
HSV(B)7.2º11.36%86.27%-
XYZ59.5659.5459.98-
YUV204.24122.79139.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.89%
GREEN value IS 198 (77.73% from 255) = 32.30%
BLUE value IS 195 (76.56% from 255) = 31.81%
R=35.89%
G=32.30%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019819500.10.110.147.226.3281.37
HexDCC6C30ABE71a51
Octal3343063030121316732121
Binary1101110011000110110000110101010111110111110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC6C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC6C3; }

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

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

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

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

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

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

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

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