#DAC9C8

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

Shades of Alto #DAC9C8

Tints of Alto #DAC9C8

Color information

#DAC9C8 (or 0xDAC9C8) is unknown color: approx Alto. HEX triplet: DA, C9 and C8. RGB value is (218,201,200). Sum of RGB (Red+Green+Blue) = 218+201+200=619 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.22% from 619); Green value is 201 (78.91% from 255 or 32.47% from 619); Blue value is 200 (78.52% from 255 or 32.31% from 619); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC9C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC9C8 is #253637. Grayscale: #CDCDCD. Windows color (decimal): -2438712 or 13158874. OLE color: 13158874.

HSL color Cylindrical-coordinate representation of color #DAC9C8: hue angle of 3.33º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DAC9C8 is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB218201200-
CMYK00.080.080.15
HSL3.33º19.57%81.96%-
HSV(B)3.33º8.26%85.49%-
XYZ60.2360.8563.21-
YUV205.97124.63136.58-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.22%
GREEN value IS 201 (78.91% from 255) = 32.47%
BLUE value IS 200 (78.52% from 255) = 32.31%
R=35.22%
G=32.47%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820120000.080.080.153.3319.5781.96
HexDAC9C8088F31452
Octal3323113100101017324122
Binary110110101100100111001000010001000111111101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC9C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC9C8; }

 p { color: rgb(218,201,200); }

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

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

 a { background-color: rgb(218,201,200); }

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

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

 span { border-color: rgb(218,201,200); }

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