#D1B69D

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

Shades of Cashmere #D1B69D

Tints of Cashmere #D1B69D

Color information

#D1B69D (or 0xD1B69D) is unknown color: approx Cashmere. HEX triplet: D1, B6 and 9D. RGB value is (209,182,157). Sum of RGB (Red+Green+Blue) = 209+182+157=548 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.14% from 548); Green value is 182 (71.48% from 255 or 33.21% from 548); Blue value is 157 (61.72% from 255 or 28.65% from 548); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B69D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1B69D is #2E4962. Grayscale: #BBBBBB. Windows color (decimal): -3033443 or 10335953. OLE color: 10335953.

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

Color convert

RGB209182157-
CMYK00.130.250.18
HSL28.85º36.11%71.76%-
HSV(B)28.85º24.88%81.96%-
XYZ49.1149.4538.85-
YUV187.22110.95143.53-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.14%
GREEN value IS 182 (71.48% from 255) = 33.21%
BLUE value IS 157 (61.72% from 255) = 28.65%
R=38.14%
G=33.21%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918215700.130.250.1828.8536.1171.76
HexD1B69D0D19121d2448
Octal32126623501531223544110
Binary110100011011011010011101011011100110010111011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B69D; }

 p { color: rgb(209,182,157); }

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

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

 a { background-color: rgb(209,182,157); }

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

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

 span { border-color: rgb(209,182,157); }

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