#D1B29B

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

Shades of Cashmere #D1B29B

Tints of Cashmere #D1B29B

Color information

#D1B29B (or 0xD1B29B) is unknown color: approx Cashmere. HEX triplet: D1, B2 and 9B. RGB value is (209,178,155). Sum of RGB (Red+Green+Blue) = 209+178+155=542 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.56% from 542); Green value is 178 (69.92% from 255 or 32.84% from 542); Blue value is 155 (60.94% from 255 or 28.60% from 542); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B29B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1B29B is #2E4D64. Grayscale: #B8B8B8. Windows color (decimal): -3034469 or 10203857. OLE color: 10203857.

HSL color Cylindrical-coordinate representation of color #D1B29B: hue angle of 25.56º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D1B29B is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB209178155-
CMYK00.150.260.18
HSL25.56º36.99%71.37%-
HSV(B)25.56º25.84%81.96%-
XYZ48.1347.7637.69-
YUV184.65111.27145.37-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.56%
GREEN value IS 178 (69.92% from 255) = 32.84%
BLUE value IS 155 (60.94% from 255) = 28.60%
R=38.56%
G=32.84%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917815500.150.260.1825.5636.9971.37
HexD1B29B0F1A121a2547
Octal32126223301732223245107
Binary110100011011001010011011011111101010010110101001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B29B; }

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

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

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

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

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

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

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

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