#DAC4C1

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

Shades of Alto #DAC4C1

Tints of Alto #DAC4C1

Color information

#DAC4C1 (or 0xDAC4C1) is unknown color: approx Alto. HEX triplet: DA, C4 and C1. RGB value is (218,196,193). Sum of RGB (Red+Green+Blue) = 218+196+193=607 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.91% from 607); Green value is 196 (76.95% from 255 or 32.29% from 607); Blue value is 193 (75.78% from 255 or 31.80% from 607); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC4C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC4C1 is #253B3E. Grayscale: #CACACA. Windows color (decimal): -2439999 or 12698842. OLE color: 12698842.

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

Color convert

RGB218196193-
CMYK00.100.110.15
HSL7.2º25.25%80.59%-
HSV(B)7.2º11.47%85.49%-
XYZ58.2858.2458.62-
YUV202.24122.79139.24-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.91%
GREEN value IS 196 (76.95% from 255) = 32.29%
BLUE value IS 193 (75.78% from 255) = 31.80%
R=35.91%
G=32.29%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819619300.100.110.157.225.2580.59
HexDAC4C10ABF71951
Octal3323043010121317731121
Binary1101101011000100110000010101010111111111110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC4C1; }

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

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

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

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

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

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

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

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