#D9C5C4

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

Shades of Alto #D9C5C4

Tints of Alto #D9C5C4

Color information

#D9C5C4 (or 0xD9C5C4) is unknown color: approx Alto. HEX triplet: D9, C5 and C4. RGB value is (217,197,196). Sum of RGB (Red+Green+Blue) = 217+197+196=610 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.57% from 610); Green value is 197 (77.34% from 255 or 32.30% from 610); Blue value is 196 (76.95% from 255 or 32.13% from 610); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C5C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C5C4 is #263A3B. Grayscale: #CACACA. Windows color (decimal): -2505276 or 12895705. OLE color: 12895705.

HSL color Cylindrical-coordinate representation of color #D9C5C4: hue angle of 2.86º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9C5C4 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB217197196-
CMYK00.090.100.15
HSL2.86º21.65%80.98%-
HSV(B)2.86º9.68%85.1%-
XYZ58.5558.6760.46-
YUV202.87124.13138.08-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.57%
GREEN value IS 197 (77.34% from 255) = 32.30%
BLUE value IS 196 (76.95% from 255) = 32.13%
R=35.57%
G=32.30%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719719600.090.100.152.8621.6580.98
HexD9C5C409AF31651
Octal3313053040111217326121
Binary110110011100010111000100010011010111111101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C5C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C5C4; }

 p { color: rgb(217,197,196); }

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

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

 a { background-color: rgb(217,197,196); }

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

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

 span { border-color: rgb(217,197,196); }

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