#D5AA91

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

Shades of Cashmere #D5AA91

Tints of Cashmere #D5AA91

Color information

#D5AA91 (or 0xD5AA91) is unknown color: approx Cashmere. HEX triplet: D5, AA and 91. RGB value is (213,170,145). Sum of RGB (Red+Green+Blue) = 213+170+145=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 170 (66.80% from 255 or 32.20% from 528); Blue value is 145 (57.03% from 255 or 27.46% from 528); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AA91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AA91 is #2A556E. Grayscale: #B4B4B4. Windows color (decimal): -2774383 or 9546453. OLE color: 9546453.

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

Color convert

RGB213170145-
CMYK00.200.320.16
HSL22.06º44.74%70.2%-
HSV(B)22.06º31.92%83.53%-
XYZ46.9344.9432.99-
YUV180.01108.25151.53-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.34%
GREEN value IS 170 (66.80% from 255) = 32.20%
BLUE value IS 145 (57.03% from 255) = 27.46%
R=40.34%
G=32.20%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317014500.200.320.1622.0644.7470.2
HexD5AA910142010162d46
Octal32525222102440202655106
Binary11010101101010101001000101010010000010000101101011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AA91; }

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

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

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

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

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

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

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

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