#D1B69E

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

Shades of Cashmere #D1B69E

Tints of Cashmere #D1B69E

Color information

#D1B69E (or 0xD1B69E) is unknown color: approx Cashmere. HEX triplet: D1, B6 and 9E. RGB value is (209,182,158). Sum of RGB (Red+Green+Blue) = 209+182+158=549 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.07% from 549); Green value is 182 (71.48% from 255 or 33.15% from 549); Blue value is 158 (62.11% from 255 or 28.78% from 549); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B69E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1B69E is #2E4961. Grayscale: #BBBBBB. Windows color (decimal): -3033442 or 10401489. OLE color: 10401489.

HSL color Cylindrical-coordinate representation of color #D1B69E: hue angle of 28.24º 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 #D1B69E is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB209182158-
CMYK00.130.240.18
HSL28.24º35.66%71.96%-
HSV(B)28.24º24.4%81.96%-
XYZ49.1949.4839.31-
YUV187.34111.45143.45-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.07%
GREEN value IS 182 (71.48% from 255) = 33.15%
BLUE value IS 158 (62.11% from 255) = 28.78%
R=38.07%
G=33.15%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918215800.130.240.1828.2435.6671.96
HexD1B69E0D18121c2448
Octal32126623601530223444110
Binary110100011011011010011110011011100010010111001001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B69E; }

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

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

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

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

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

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

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

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