#D7C7C5

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

Shades of Alto #D7C7C5

Tints of Alto #D7C7C5

Color information

#D7C7C5 (or 0xD7C7C5) is unknown color: approx Alto. HEX triplet: D7, C7 and C5. RGB value is (215,199,197). Sum of RGB (Red+Green+Blue) = 215+199+197=611 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.19% from 611); Green value is 199 (78.12% from 255 or 32.57% from 611); Blue value is 197 (77.34% from 255 or 32.24% from 611); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C7C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7C7C5 is #28383A. Grayscale: #CBCBCB. Windows color (decimal): -2635835 or 12961751. OLE color: 12961751.

HSL color Cylindrical-coordinate representation of color #D7C7C5: hue angle of 6.67º degrees, saturation: 0.18, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D7C7C5 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB215199197-
CMYK00.070.080.16
HSL6.67º18.37%80.78%-
HSV(B)6.67º8.37%84.31%-
XYZ58.5359.3361.19-
YUV203.56124.3136.16-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.19%
GREEN value IS 199 (78.12% from 255) = 32.57%
BLUE value IS 197 (77.34% from 255) = 32.24%
R=35.19%
G=32.57%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519919700.070.080.166.6718.3780.78
HexD7C7C50781071251
Octal327307305071020722121
Binary1101011111000111110001010111100010000111100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C7C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C7C5; }

 p { color: rgb(215,199,197); }

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

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

 a { background-color: rgb(215,199,197); }

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

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

 span { border-color: rgb(215,199,197); }

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