#DCC7C4

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

Shades of Alto #DCC7C4

Tints of Alto #DCC7C4

Color information

#DCC7C4 (or 0xDCC7C4) is unknown color: approx Alto. HEX triplet: DC, C7 and C4. RGB value is (220,199,196). Sum of RGB (Red+Green+Blue) = 220+199+196=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 199 (78.12% from 255 or 32.36% from 615); Blue value is 196 (76.95% from 255 or 31.87% from 615); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC7C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC7C4 is #23383B. Grayscale: #CCCCCC. Windows color (decimal): -2308156 or 12896220. OLE color: 12896220.

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

Color convert

RGB220199196-
CMYK00.100.110.14
HSL7.5º25.53%81.57%-
HSV(B)7.5º10.91%86.27%-
XYZ59.960.0560.66-
YUV204.94122.96138.74-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.77%
GREEN value IS 199 (78.12% from 255) = 32.36%
BLUE value IS 196 (76.95% from 255) = 31.87%
R=35.77%
G=32.36%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019919600.100.110.147.525.5381.57
HexDCC7C40ABE81a52
Octal33430730401213161032122
Binary11011100110001111100010001010101111101000110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC7C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC7C4; }

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

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

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

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

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

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

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

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