#D1B393

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

Shades of Cashmere #D1B393

Tints of Cashmere #D1B393

Color information

#D1B393 (or 0xD1B393) is unknown color: approx Cashmere. HEX triplet: D1, B3 and 93. RGB value is (209,179,147). Sum of RGB (Red+Green+Blue) = 209+179+147=535 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.07% from 535); Green value is 179 (70.31% from 255 or 33.46% from 535); Blue value is 147 (57.81% from 255 or 27.48% from 535); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B393 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1B393 is #2E4C6C. Grayscale: #B8B8B8. Windows color (decimal): -3034221 or 9679825. OLE color: 9679825.

HSL color Cylindrical-coordinate representation of color #D1B393: hue angle of 30.97º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D1B393 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB209179147-
CMYK00.140.300.18
HSL30.97º40.26%69.8%-
HSV(B)30.97º29.67%81.96%-
XYZ47.6847.934.34-
YUV184.32106.94145.6-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.07%
GREEN value IS 179 (70.31% from 255) = 33.46%
BLUE value IS 147 (57.81% from 255) = 27.48%
R=39.07%
G=33.46%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917914700.140.300.1830.9740.2669.8
HexD1B3930E1E121f2846
Octal32126322301636223750106
Binary110100011011001110010011011101111010010111111010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B393; }

 p { color: rgb(209,179,147); }

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

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

 a { background-color: rgb(209,179,147); }

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

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

 span { border-color: rgb(209,179,147); }

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