#DAAE95

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

Shades of Cashmere #DAAE95

Tints of Cashmere #DAAE95

Color information

#DAAE95 (or 0xDAAE95) is unknown color: approx Cashmere. HEX triplet: DA, AE and 95. RGB value is (218,174,149). Sum of RGB (Red+Green+Blue) = 218+174+149=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 174 (68.36% from 255 or 32.16% from 541); Blue value is 149 (58.59% from 255 or 27.54% from 541); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAE95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAE95 is #25516A. Grayscale: #B8B8B8. Windows color (decimal): -2445675 or 9809626. OLE color: 9809626.

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

Color convert

RGB218174149-
CMYK00.200.320.15
HSL21.74º48.25%71.96%-
HSV(B)21.74º31.65%85.49%-
XYZ49.4747.3534.97-
YUV184.31108.08152.03-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.30%
GREEN value IS 174 (68.36% from 255) = 32.16%
BLUE value IS 149 (58.59% from 255) = 27.54%
R=40.30%
G=32.16%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817414900.200.320.1521.7448.2571.96
HexDAAE9501420F163048
Octal33225622502440172660110
Binary1101101010101110100101010101001000001111101101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAE95; }

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

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

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

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

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

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

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

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