#D7B89E

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

Shades of Cashmere #D7B89E

Tints of Cashmere #D7B89E

Color information

#D7B89E (or 0xD7B89E) is unknown color: approx Cashmere. HEX triplet: D7, B8 and 9E. RGB value is (215,184,158). Sum of RGB (Red+Green+Blue) = 215+184+158=557 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.60% from 557); Green value is 184 (72.27% from 255 or 33.03% from 557); Blue value is 158 (62.11% from 255 or 28.37% from 557); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B89E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B89E is #284761. Grayscale: #BEBEBE. Windows color (decimal): -2639714 or 10402007. OLE color: 10402007.

HSL color Cylindrical-coordinate representation of color #D7B89E: hue angle of 27.37º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D7B89E is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB215184158-
CMYK00.140.270.16
HSL27.37º41.61%73.14%-
HSV(B)27.37º26.51%84.31%-
XYZ51.3451.239.52-
YUV190.3109.77145.61-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.60%
GREEN value IS 184 (72.27% from 255) = 33.03%
BLUE value IS 158 (62.11% from 255) = 28.37%
R=38.60%
G=33.03%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518415800.140.270.1627.3741.6173.14
HexD7B89E0E1B101b2a49
Octal32727023601633203352111
Binary110101111011100010011110011101101110000110111010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B89E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B89E; }

 p { color: rgb(215,184,158); }

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

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

 a { background-color: rgb(215,184,158); }

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

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

 span { border-color: rgb(215,184,158); }

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