#D1B19B

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

Shades of Cashmere #D1B19B

Tints of Cashmere #D1B19B

Color information

#D1B19B (or 0xD1B19B) is unknown color: approx Cashmere. HEX triplet: D1, B1 and 9B. RGB value is (209,177,155). Sum of RGB (Red+Green+Blue) = 209+177+155=541 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.63% from 541); Green value is 177 (69.53% from 255 or 32.72% from 541); Blue value is 155 (60.94% from 255 or 28.65% from 541); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1B19B is #2E4E64. Grayscale: #B8B8B8. Windows color (decimal): -3034725 or 10203601. OLE color: 10203601.

HSL color Cylindrical-coordinate representation of color #D1B19B: hue angle of 24.44º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D1B19B is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB209177155-
CMYK00.150.260.18
HSL24.44º36.99%71.37%-
HSV(B)24.44º25.84%81.96%-
XYZ47.9347.3737.63-
YUV184.06111.6145.79-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.63%
GREEN value IS 177 (69.53% from 255) = 32.72%
BLUE value IS 155 (60.94% from 255) = 28.65%
R=38.63%
G=32.72%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917715500.150.260.1824.4436.9971.37
HexD1B19B0F1A12182547
Octal32126123301732223045107
Binary110100011011000110011011011111101010010110001001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B19B; }

 p { color: rgb(209,177,155); }

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

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

 a { background-color: rgb(209,177,155); }

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

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

 span { border-color: rgb(209,177,155); }

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