#DACCAE

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

Shades of Aths Special #DACCAE

Tints of Aths Special #DACCAE

Color information

#DACCAE (or 0xDACCAE) is unknown color: approx Aths Special. HEX triplet: DA, CC and AE. RGB value is (218,204,174). Sum of RGB (Red+Green+Blue) = 218+204+174=596 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.58% from 596); Green value is 204 (80.08% from 255 or 34.23% from 596); Blue value is 174 (68.36% from 255 or 29.19% from 596); Max value from RGB is 218 - color contains mainly: red. Hex color #DACCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACCAE is #253351. Grayscale: #CCCCCC. Windows color (decimal): -2437970 or 11455706. OLE color: 11455706.

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

Color convert

RGB218204174-
CMYK00.060.200.15
HSL40.91º37.29%76.86%-
HSV(B)40.91º20.18%85.49%-
XYZ58.1561.1548.78-
YUV204.77110.64137.44-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.58%
GREEN value IS 204 (80.08% from 255) = 34.23%
BLUE value IS 174 (68.36% from 255) = 29.19%
R=36.58%
G=34.23%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820417400.060.200.1540.9137.2976.86
HexDACCAE0614F29254d
Octal3323142560624175145115
Binary11011010110011001010111001101010011111010011001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACCAE; }

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

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

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

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

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

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

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

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