#D1B094

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

Shades of Cashmere #D1B094

Tints of Cashmere #D1B094

Color information

#D1B094 (or 0xD1B094) is unknown color: approx Cashmere. HEX triplet: D1, B0 and 94. RGB value is (209,176,148). Sum of RGB (Red+Green+Blue) = 209+176+148=533 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.21% from 533); Green value is 176 (69.14% from 255 or 33.02% from 533); Blue value is 148 (58.20% from 255 or 27.77% from 533); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1B094 is #2E4F6B. Grayscale: #B6B6B6. Windows color (decimal): -3034988 or 9744593. OLE color: 9744593.

HSL color Cylindrical-coordinate representation of color #D1B094: hue angle of 27.54º degrees, saturation: 0.4, 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 #D1B094 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB209176148-
CMYK00.160.290.18
HSL27.54º39.87%70%-
HSV(B)27.54º29.19%81.96%-
XYZ47.1746.7434.55-
YUV182.68108.43146.78-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.21%
GREEN value IS 176 (69.14% from 255) = 33.02%
BLUE value IS 148 (58.20% from 255) = 27.77%
R=39.21%
G=33.02%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917614800.160.290.1827.5439.8770
HexD1B0940101D121c2846
Octal32126022402035223450106
Binary1101000110110000100101000100001110110010111001010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B094; }

 p { color: rgb(209,176,148); }

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

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

 a { background-color: rgb(209,176,148); }

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

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

 span { border-color: rgb(209,176,148); }

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