#DAAE99

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

Shades of Cashmere #DAAE99

Tints of Cashmere #DAAE99

Color information

#DAAE99 (or 0xDAAE99) is unknown color: approx Cashmere. HEX triplet: DA, AE and 99. RGB value is (218,174,153). Sum of RGB (Red+Green+Blue) = 218+174+153=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 174 (68.36% from 255 or 31.93% from 545); Blue value is 153 (60.16% from 255 or 28.07% from 545); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAE99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAE99 is #255166. Grayscale: #B8B8B8. Windows color (decimal): -2445671 or 10071770. OLE color: 10071770.

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

Color convert

RGB218174153-
CMYK00.200.300.15
HSL19.38º46.76%72.75%-
HSV(B)19.38º29.82%85.49%-
XYZ49.847.4836.68-
YUV184.76110.08151.71-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40%
GREEN value IS 174 (68.36% from 255) = 31.93%
BLUE value IS 153 (60.16% from 255) = 28.07%
R=40%
G=31.93%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817415300.200.300.1519.3846.7672.75
HexDAAE990141EF132f49
Octal33225623102436172357111
Binary110110101010111010011001010100111101111100111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAE99; }

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

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

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

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

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

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

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

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