#DACAAC

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

Shades of Aths Special #DACAAC

Tints of Aths Special #DACAAC

Color information

#DACAAC (or 0xDACAAC) is unknown color: approx Aths Special. HEX triplet: DA, CA and AC. RGB value is (218,202,172). Sum of RGB (Red+Green+Blue) = 218+202+172=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 202 (79.30% from 255 or 34.12% from 592); Blue value is 172 (67.58% from 255 or 29.05% from 592); Max value from RGB is 218 - color contains mainly: red. Hex color #DACAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACAAC is #253553. Grayscale: #CBCBCB. Windows color (decimal): -2438484 or 11324122. OLE color: 11324122.

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

Color convert

RGB218202172-
CMYK00.070.210.15
HSL39.13º38.33%76.47%-
HSV(B)39.13º21.1%85.49%-
XYZ57.4860.1347.61-
YUV203.36110.3138.44-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.82%
GREEN value IS 202 (79.30% from 255) = 34.12%
BLUE value IS 172 (67.58% from 255) = 29.05%
R=36.82%
G=34.12%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820217200.070.210.1539.1338.3376.47
HexDACAAC0715F27264c
Octal3323122540725174746114
Binary11011010110010101010110001111010111111001111001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACAAC; }

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

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

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

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

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

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

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

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