#DAAE96

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

Shades of Cashmere #DAAE96

Tints of Cashmere #DAAE96

Color information

#DAAE96 (or 0xDAAE96) is unknown color: approx Cashmere. HEX triplet: DA, AE and 96. RGB value is (218,174,150). Sum of RGB (Red+Green+Blue) = 218+174+150=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 174 (68.36% from 255 or 32.10% from 542); Blue value is 150 (58.98% from 255 or 27.68% from 542); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAE96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAE96 is #255169. Grayscale: #B8B8B8. Windows color (decimal): -2445674 or 9875162. OLE color: 9875162.

HSL color Cylindrical-coordinate representation of color #DAAE96: hue angle of 21.18º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DAAE96 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB218174150-
CMYK00.200.310.15
HSL21.18º47.89%72.16%-
HSV(B)21.18º31.19%85.49%-
XYZ49.5547.3835.39-
YUV184.42108.58151.95-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.22%
GREEN value IS 174 (68.36% from 255) = 32.10%
BLUE value IS 150 (58.98% from 255) = 27.68%
R=40.22%
G=32.10%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817415000.200.310.1521.1847.8972.16
HexDAAE960141FF153048
Octal33225622602437172560110
Binary110110101010111010010110010100111111111101011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAE96; }

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

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

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

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

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

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

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

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