#DAC9AD

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

Shades of Aths Special #DAC9AD

Tints of Aths Special #DAC9AD

Color information

#DAC9AD (or 0xDAC9AD) is unknown color: approx Aths Special. HEX triplet: DA, C9 and AD. RGB value is (218,201,173). Sum of RGB (Red+Green+Blue) = 218+201+173=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 201 (78.91% from 255 or 33.95% from 592); Blue value is 173 (67.97% from 255 or 29.22% from 592); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC9AD is #253652. Grayscale: #CBCBCB. Windows color (decimal): -2438739 or 11389402. OLE color: 11389402.

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

Color convert

RGB218201173-
CMYK00.080.210.15
HSL37.33º37.82%76.67%-
HSV(B)37.33º20.64%85.49%-
XYZ57.3459.748.04-
YUV202.89111.13138.78-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.82%
GREEN value IS 201 (78.91% from 255) = 33.95%
BLUE value IS 173 (67.97% from 255) = 29.22%
R=36.82%
G=33.95%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820117300.080.210.1537.3337.8276.67
HexDAC9AD0815F25264d
Octal33231125501025174546115
Binary110110101100100110101101010001010111111001011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC9AD; }

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

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

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

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

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

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

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

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