#DAC6C4

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

Shades of Alto #DAC6C4

Tints of Alto #DAC6C4

Color information

#DAC6C4 (or 0xDAC6C4) is unknown color: approx Alto. HEX triplet: DA, C6 and C4. RGB value is (218,198,196). Sum of RGB (Red+Green+Blue) = 218+198+196=612 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.62% from 612); Green value is 198 (77.73% from 255 or 32.35% from 612); Blue value is 196 (76.95% from 255 or 32.03% from 612); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC6C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC6C4 is #25393B. Grayscale: #CBCBCB. Windows color (decimal): -2439484 or 12895962. OLE color: 12895962.

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

Color convert

RGB218198196-
CMYK00.090.100.15
HSL5.45º22.92%81.18%-
HSV(B)5.45º10.09%85.49%-
XYZ59.0759.2860.55-
YUV203.75123.63138.16-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.62%
GREEN value IS 198 (77.73% from 255) = 32.35%
BLUE value IS 196 (76.95% from 255) = 32.03%
R=35.62%
G=32.35%
B=32.03%

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
Decimal21819819600.090.100.155.4522.9281.18
HexDAC6C409AF51751
Octal3323063040111217527121
Binary1101101011000110110001000100110101111101101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC6C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC6C4; }

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

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

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

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

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

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

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

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