#D7AA90

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

Shades of Cashmere #D7AA90

Tints of Cashmere #D7AA90

Color information

#D7AA90 (or 0xD7AA90) is unknown color: approx Cashmere. HEX triplet: D7, AA and 90. RGB value is (215,170,144). Sum of RGB (Red+Green+Blue) = 215+170+144=529 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.64% from 529); Green value is 170 (66.80% from 255 or 32.14% from 529); Blue value is 144 (56.64% from 255 or 27.22% from 529); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AA90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7AA90 is #28556F. Grayscale: #B4B4B4. Windows color (decimal): -2643312 or 9480919. OLE color: 9480919.

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

Color convert

RGB215170144-
CMYK00.210.330.16
HSL21.97º47.02%70.39%-
HSV(B)21.97º33.02%84.31%-
XYZ47.4345.2132.61-
YUV180.49107.41152.61-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.64%
GREEN value IS 170 (66.80% from 255) = 32.14%
BLUE value IS 144 (56.64% from 255) = 27.22%
R=40.64%
G=32.14%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517014400.210.330.1621.9747.0270.39
HexD7AA900152110162f46
Octal32725222002541202657106
Binary11010111101010101001000001010110000110000101101011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AA90; }

 p { color: rgb(215,170,144); }

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

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

 a { background-color: rgb(215,170,144); }

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

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

 span { border-color: rgb(215,170,144); }

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