#D1B5A1

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

Shades of Cashmere #D1B5A1

Tints of Cashmere #D1B5A1

Color information

#D1B5A1 (or 0xD1B5A1) is unknown color: approx Cashmere. HEX triplet: D1, B5 and A1. RGB value is (209,181,161). Sum of RGB (Red+Green+Blue) = 209+181+161=551 (72% of max value = 765). Red value is 209 (82.03% from 255 or 37.93% from 551); Green value is 181 (71.09% from 255 or 32.85% from 551); Blue value is 161 (63.28% from 255 or 29.22% from 551); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B5A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1B5A1 is #2E4A5E. Grayscale: #BBBBBB. Windows color (decimal): -3033695 or 10597841. OLE color: 10597841.

HSL color Cylindrical-coordinate representation of color #D1B5A1: hue angle of 25º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D1B5A1 is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB209181161-
CMYK00.130.230.18
HSL25º34.29%72.55%-
HSV(B)25º22.97%81.96%-
XYZ49.2549.1840.61-
YUV187.09113.28143.63-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.93%
GREEN value IS 181 (71.09% from 255) = 32.85%
BLUE value IS 161 (63.28% from 255) = 29.22%
R=37.93%
G=32.85%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918116100.130.230.182534.2972.55
HexD1B5A10D1712192249
Octal32126524101527223142111
Binary110100011011010110100001011011011110010110011000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B5A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B5A1; }

 p { color: rgb(209,181,161); }

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

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

 a { background-color: rgb(209,181,161); }

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

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

 span { border-color: rgb(209,181,161); }

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