#D5AA8E

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

Shades of Cashmere #D5AA8E

Tints of Cashmere #D5AA8E

Color information

#D5AA8E (or 0xD5AA8E) is unknown color: approx Cashmere. HEX triplet: D5, AA and 8E. RGB value is (213,170,142). Sum of RGB (Red+Green+Blue) = 213+170+142=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 170 (66.80% from 255 or 32.38% from 525); Blue value is 142 (55.86% from 255 or 27.05% from 525); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AA8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AA8E is #2A5571. Grayscale: #B3B3B3. Windows color (decimal): -2774386 or 9349845. OLE color: 9349845.

HSL color Cylindrical-coordinate representation of color #D5AA8E: hue angle of 23.66º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D5AA8E is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB213170142-
CMYK00.200.330.16
HSL23.66º45.81%69.61%-
HSV(B)23.66º33.33%83.53%-
XYZ46.744.8531.79-
YUV179.66106.75151.78-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.57%
GREEN value IS 170 (66.80% from 255) = 32.38%
BLUE value IS 142 (55.86% from 255) = 27.05%
R=40.57%
G=32.38%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317014200.200.330.1623.6645.8169.61
HexD5AA8E0142110182e46
Octal32525221602441203056106
Binary11010101101010101000111001010010000110000110001011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AA8E; }

 p { color: rgb(213,170,142); }

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

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

 a { background-color: rgb(213,170,142); }

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

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

 span { border-color: rgb(213,170,142); }

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