#DAAE90

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

Shades of Cashmere #DAAE90

Tints of Cashmere #DAAE90

Color information

#DAAE90 (or 0xDAAE90) is unknown color: approx Cashmere. HEX triplet: DA, AE and 90. RGB value is (218,174,144). Sum of RGB (Red+Green+Blue) = 218+174+144=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 174 (68.36% from 255 or 32.46% from 536); Blue value is 144 (56.64% from 255 or 26.87% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAE90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAE90 is #25516F. Grayscale: #B7B7B7. Windows color (decimal): -2445680 or 9481946. OLE color: 9481946.

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

Color convert

RGB218174144-
CMYK00.200.340.15
HSL24.32º50%70.98%-
HSV(B)24.32º33.94%85.49%-
XYZ49.0847.1932.91-
YUV183.74105.58152.44-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.67%
GREEN value IS 174 (68.36% from 255) = 32.46%
BLUE value IS 144 (56.64% from 255) = 26.87%
R=40.67%
G=32.46%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817414400.200.340.1524.325070.98
HexDAAE9001422F183247
Octal33225622002442173062107
Binary1101101010101110100100000101001000101111110001100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAE90; }

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

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

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

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

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

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

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

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