#DAC5C4

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

Shades of Alto #DAC5C4

Tints of Alto #DAC5C4

Color information

#DAC5C4 (or 0xDAC5C4) is unknown color: approx Alto. HEX triplet: DA, C5 and C4. RGB value is (218,197,196). Sum of RGB (Red+Green+Blue) = 218+197+196=611 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.68% from 611); Green value is 197 (77.34% from 255 or 32.24% from 611); Blue value is 196 (76.95% from 255 or 32.08% from 611); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC5C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC5C4 is #253A3B. Grayscale: #CBCBCB. Windows color (decimal): -2439740 or 12895706. OLE color: 12895706.

HSL color Cylindrical-coordinate representation of color #DAC5C4: hue angle of 2.73º degrees, saturation: 0.23, 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 #DAC5C4 is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB218197196-
CMYK00.100.100.15
HSL2.73º22.92%81.18%-
HSV(B)2.73º10.09%85.49%-
XYZ58.8458.8260.48-
YUV203.16123.96138.58-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.68%
GREEN value IS 197 (77.34% from 255) = 32.24%
BLUE value IS 196 (76.95% from 255) = 32.08%
R=35.68%
G=32.24%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819719600.100.100.152.7322.9281.18
HexDAC5C40AAF31751
Octal3323053040121217327121
Binary110110101100010111000100010101010111111101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC5C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC5C4; }

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

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

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

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

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

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

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

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