#DACAAA

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

Shades of Aths Special #DACAAA

Tints of Aths Special #DACAAA

Color information

#DACAAA (or 0xDACAAA) is unknown color: approx Aths Special. HEX triplet: DA, CA and AA. RGB value is (218,202,170). Sum of RGB (Red+Green+Blue) = 218+202+170=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 202 (79.30% from 255 or 34.24% from 590); Blue value is 170 (66.80% from 255 or 28.81% from 590); Max value from RGB is 218 - color contains mainly: red. Hex color #DACAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DACAAA is #253555. Grayscale: #CBCBCB. Windows color (decimal): -2438486 or 11193050. OLE color: 11193050.

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

Color convert

RGB218202170-
CMYK00.070.220.15
HSL40º39.34%76.08%-
HSV(B)40º22.02%85.49%-
XYZ57.2960.0546.6-
YUV203.14109.3138.6-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.95%
GREEN value IS 202 (79.30% from 255) = 34.24%
BLUE value IS 170 (66.80% from 255) = 28.81%
R=36.95%
G=34.24%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820217000.070.220.154039.3476.08
HexDACAAA0716F28274c
Octal3323122520726175047114
Binary11011010110010101010101001111011011111010001001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACAAA; }

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

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

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

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

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

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

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

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