#D1B79E

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

Shades of Cashmere #D1B79E

Tints of Cashmere #D1B79E

Color information

#D1B79E (or 0xD1B79E) is unknown color: approx Cashmere. HEX triplet: D1, B7 and 9E. RGB value is (209,183,158). Sum of RGB (Red+Green+Blue) = 209+183+158=550 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38% from 550); Green value is 183 (71.88% from 255 or 33.27% from 550); Blue value is 158 (62.11% from 255 or 28.73% from 550); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B79E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1B79E is #2E4861. Grayscale: #BCBCBC. Windows color (decimal): -3033186 or 10401745. OLE color: 10401745.

HSL color Cylindrical-coordinate representation of color #D1B79E: hue angle of 29.41º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D1B79E is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB209183158-
CMYK00.120.240.18
HSL29.41º35.66%71.96%-
HSV(B)29.41º24.4%81.96%-
XYZ49.449.8939.37-
YUV187.92111.11143.03-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38%
GREEN value IS 183 (71.88% from 255) = 33.27%
BLUE value IS 158 (62.11% from 255) = 28.73%
R=38%
G=33.27%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918315800.120.240.1829.4135.6671.96
HexD1B79E0C18121d2448
Octal32126723601430223544110
Binary110100011011011110011110011001100010010111011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B79E; }

 p { color: rgb(209,183,158); }

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

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

 a { background-color: rgb(209,183,158); }

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

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

 span { border-color: rgb(209,183,158); }

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