#DAAE9A

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

Shades of Cashmere #DAAE9A

Tints of Cashmere #DAAE9A

Color information

#DAAE9A (or 0xDAAE9A) is unknown color: approx Cashmere. HEX triplet: DA, AE and 9A. RGB value is (218,174,154). Sum of RGB (Red+Green+Blue) = 218+174+154=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 174 (68.36% from 255 or 31.87% from 546); Blue value is 154 (60.55% from 255 or 28.21% from 546); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAE9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAE9A is #255165. Grayscale: #B9B9B9. Windows color (decimal): -2445670 or 10137306. OLE color: 10137306.

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

Color convert

RGB218174154-
CMYK00.200.290.15
HSL18.75º46.38%72.94%-
HSV(B)18.75º29.36%85.49%-
XYZ49.8847.5137.11-
YUV184.88110.58151.63-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.93%
GREEN value IS 174 (68.36% from 255) = 31.87%
BLUE value IS 154 (60.55% from 255) = 28.21%
R=39.93%
G=31.87%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817415400.200.290.1518.7546.3872.94
HexDAAE9A0141DF132e49
Octal33225623202435172356111
Binary110110101010111010011010010100111011111100111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAE9A; }

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

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

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

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

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

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

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

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