#D6AA91

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

Shades of Cashmere #D6AA91

Tints of Cashmere #D6AA91

Color information

#D6AA91 (or 0xD6AA91) is unknown color: approx Cashmere. HEX triplet: D6, AA and 91. RGB value is (214,170,145). Sum of RGB (Red+Green+Blue) = 214+170+145=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 170 (66.80% from 255 or 32.14% from 529); Blue value is 145 (57.03% from 255 or 27.41% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AA91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AA91 is #29556E. Grayscale: #B4B4B4. Windows color (decimal): -2708847 or 9546454. OLE color: 9546454.

HSL color Cylindrical-coordinate representation of color #D6AA91: hue angle of 21.74º degrees, saturation: 0.46, 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 #D6AA91 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB214170145-
CMYK00.210.320.16
HSL21.74º45.7%70.39%-
HSV(B)21.74º32.24%83.92%-
XYZ47.2245.0933-
YUV180.31108.08152.03-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.45%
GREEN value IS 170 (66.80% from 255) = 32.14%
BLUE value IS 145 (57.03% from 255) = 27.41%
R=40.45%
G=32.14%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417014500.210.320.1621.7445.770.39
HexD6AA910152010162e46
Octal32625222102540202656106
Binary11010110101010101001000101010110000010000101101011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AA91; }

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

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

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

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

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

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

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

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