#DAC8AC

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

Shades of Aths Special #DAC8AC

Tints of Aths Special #DAC8AC

Color information

#DAC8AC (or 0xDAC8AC) is unknown color: approx Aths Special. HEX triplet: DA, C8 and AC. RGB value is (218,200,172). Sum of RGB (Red+Green+Blue) = 218+200+172=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 200 (78.52% from 255 or 33.90% from 590); Blue value is 172 (67.58% from 255 or 29.15% from 590); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC8AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC8AC is #253753. Grayscale: #CACACA. Windows color (decimal): -2438996 or 11323610. OLE color: 11323610.

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

Color convert

RGB218200172-
CMYK00.080.210.15
HSL36.52º38.33%76.47%-
HSV(B)36.52º21.1%85.49%-
XYZ57.0159.1947.45-
YUV202.19110.96139.28-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.95%
GREEN value IS 200 (78.52% from 255) = 33.90%
BLUE value IS 172 (67.58% from 255) = 29.15%
R=36.95%
G=33.90%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820017200.080.210.1536.5238.3376.47
HexDAC8AC0815F25264c
Octal33231025401025174546114
Binary110110101100100010101100010001010111111001011001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC8AC; }

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

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

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

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

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

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

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

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