#D1B29E

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

Shades of Cashmere #D1B29E

Tints of Cashmere #D1B29E

Color information

#D1B29E (or 0xD1B29E) is unknown color: approx Cashmere. HEX triplet: D1, B2 and 9E. RGB value is (209,178,158). Sum of RGB (Red+Green+Blue) = 209+178+158=545 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.35% from 545); Green value is 178 (69.92% from 255 or 32.66% from 545); Blue value is 158 (62.11% from 255 or 28.99% from 545); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B29E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1B29E is #2E4D61. Grayscale: #B9B9B9. Windows color (decimal): -3034466 or 10400465. OLE color: 10400465.

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

Color convert

RGB209178158-
CMYK00.150.240.18
HSL23.53º35.66%71.96%-
HSV(B)23.53º24.4%81.96%-
XYZ48.3947.8639.04-
YUV184.99112.77145.13-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.35%
GREEN value IS 178 (69.92% from 255) = 32.66%
BLUE value IS 158 (62.11% from 255) = 28.99%
R=38.35%
G=32.66%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917815800.150.240.1823.5335.6671.96
HexD1B29E0F1812182448
Octal32126223601730223044110
Binary110100011011001010011110011111100010010110001001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B29E; }

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

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

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

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

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

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

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

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