#DACAAD

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

Shades of Aths Special #DACAAD

Tints of Aths Special #DACAAD

Color information

#DACAAD (or 0xDACAAD) is unknown color: approx Aths Special. HEX triplet: DA, CA and AD. RGB value is (218,202,173). Sum of RGB (Red+Green+Blue) = 218+202+173=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 202 (79.30% from 255 or 34.06% from 593); Blue value is 173 (67.97% from 255 or 29.17% from 593); Max value from RGB is 218 - color contains mainly: red. Hex color #DACAAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACAAD is #253552. Grayscale: #CBCBCB. Windows color (decimal): -2438483 or 11389658. OLE color: 11389658.

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

Color convert

RGB218202173-
CMYK00.070.210.15
HSL38.67º37.82%76.67%-
HSV(B)38.67º20.64%85.49%-
XYZ57.5860.1648.11-
YUV203.48110.8138.36-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.76%
GREEN value IS 202 (79.30% from 255) = 34.06%
BLUE value IS 173 (67.97% from 255) = 29.17%
R=36.76%
G=34.06%
B=29.17%

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
Decimal21820217300.070.210.1538.6737.8276.67
HexDACAAD0715F27264d
Octal3323122550725174746115
Binary11011010110010101010110101111010111111001111001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACAAD; }

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

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

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

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

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

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

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

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