#DAC9AE

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

Shades of Aths Special #DAC9AE

Tints of Aths Special #DAC9AE

Color information

#DAC9AE (or 0xDAC9AE) is unknown color: approx Aths Special. HEX triplet: DA, C9 and AE. RGB value is (218,201,174). Sum of RGB (Red+Green+Blue) = 218+201+174=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 201 (78.91% from 255 or 33.90% from 593); Blue value is 174 (68.36% from 255 or 29.34% from 593); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC9AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC9AE is #253651. Grayscale: #CBCBCB. Windows color (decimal): -2438738 or 11454938. OLE color: 11454938.

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

Color convert

RGB218201174-
CMYK00.080.200.15
HSL36.82º37.29%76.86%-
HSV(B)36.82º20.18%85.49%-
XYZ57.4459.7348.55-
YUV203111.63138.7-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.76%
GREEN value IS 201 (78.91% from 255) = 33.90%
BLUE value IS 174 (68.36% from 255) = 29.34%
R=36.76%
G=33.90%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820117400.080.200.1536.8237.2976.86
HexDAC9AE0814F25254d
Octal33231125601024174545115
Binary110110101100100110101110010001010011111001011001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC9AE; }

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

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

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

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

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

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

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

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