#D7AD95

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

Shades of Cashmere #D7AD95

Tints of Cashmere #D7AD95

Color information

#D7AD95 (or 0xD7AD95) is unknown color: approx Cashmere. HEX triplet: D7, AD and 95. RGB value is (215,173,149). Sum of RGB (Red+Green+Blue) = 215+173+149=537 (71% of max value = 765). Red value is 215 (84.38% from 255 or 40.04% from 537); Green value is 173 (67.97% from 255 or 32.22% from 537); Blue value is 149 (58.59% from 255 or 27.75% from 537); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AD95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7AD95 is #28526A. Grayscale: #B6B6B6. Windows color (decimal): -2642539 or 9809367. OLE color: 9809367.

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

Color convert

RGB215173149-
CMYK00.200.310.16
HSL21.82º45.21%71.37%-
HSV(B)21.82º30.7%84.31%-
XYZ48.3946.534.86-
YUV182.82108.91150.95-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.04%
GREEN value IS 173 (67.97% from 255) = 32.22%
BLUE value IS 149 (58.59% from 255) = 27.75%
R=40.04%
G=32.22%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517314900.200.310.1621.8245.2171.37
HexD7AD950141F10162d47
Octal32725522502437202655107
Binary1101011110101101100101010101001111110000101101011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AD95; }

 p { color: rgb(215,173,149); }

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

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

 a { background-color: rgb(215,173,149); }

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

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

 span { border-color: rgb(215,173,149); }

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