#DAAE93

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

Shades of Cashmere #DAAE93

Tints of Cashmere #DAAE93

Color information

#DAAE93 (or 0xDAAE93) is unknown color: approx Cashmere. HEX triplet: DA, AE and 93. RGB value is (218,174,147). Sum of RGB (Red+Green+Blue) = 218+174+147=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 174 (68.36% from 255 or 32.28% from 539); Blue value is 147 (57.81% from 255 or 27.27% from 539); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAE93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAE93 is #25516C. Grayscale: #B8B8B8. Windows color (decimal): -2445677 or 9678554. OLE color: 9678554.

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

Color convert

RGB218174147-
CMYK00.200.330.15
HSL22.82º48.97%71.57%-
HSV(B)22.82º32.57%85.49%-
XYZ49.3247.2834.13-
YUV184.08107.08152.2-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.45%
GREEN value IS 174 (68.36% from 255) = 32.28%
BLUE value IS 147 (57.81% from 255) = 27.27%
R=40.45%
G=32.28%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817414700.200.330.1522.8248.9771.57
HexDAAE9301421F173148
Octal33225622302441172761110
Binary1101101010101110100100110101001000011111101111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAE93; }

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

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

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

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

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

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

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

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