#D1AD95

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

Shades of Cashmere #D1AD95

Tints of Cashmere #D1AD95

Color information

#D1AD95 (or 0xD1AD95) is unknown color: approx Cashmere. HEX triplet: D1, AD and 95. RGB value is (209,173,149). Sum of RGB (Red+Green+Blue) = 209+173+149=531 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.36% from 531); Green value is 173 (67.97% from 255 or 32.58% from 531); Blue value is 149 (58.59% from 255 or 28.06% from 531); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AD95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AD95 is #2E526A. Grayscale: #B5B5B5. Windows color (decimal): -3035755 or 9809361. OLE color: 9809361.

HSL color Cylindrical-coordinate representation of color #D1AD95: hue angle of 24º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D1AD95 is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB209173149-
CMYK00.170.290.18
HSL24º39.47%70.2%-
HSV(B)24º28.71%81.96%-
XYZ46.6645.6134.78-
YUV181.03109.93147.95-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.36%
GREEN value IS 173 (67.97% from 255) = 32.58%
BLUE value IS 149 (58.59% from 255) = 28.06%
R=39.36%
G=32.58%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917314900.170.290.182439.4770.2
HexD1AD950111D12182746
Octal32125522502135223047106
Binary1101000110101101100101010100011110110010110001001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AD95; }

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

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

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

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

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

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

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

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