#D7B89D

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

Shades of Cashmere #D7B89D

Tints of Cashmere #D7B89D

Color information

#D7B89D (or 0xD7B89D) is unknown color: approx Cashmere. HEX triplet: D7, B8 and 9D. RGB value is (215,184,157). Sum of RGB (Red+Green+Blue) = 215+184+157=556 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.67% from 556); Green value is 184 (72.27% from 255 or 33.09% from 556); Blue value is 157 (61.72% from 255 or 28.24% from 556); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B89D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B89D is #284762. Grayscale: #BEBEBE. Windows color (decimal): -2639715 or 10336471. OLE color: 10336471.

HSL color Cylindrical-coordinate representation of color #D7B89D: hue angle of 27.93º 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 #D7B89D is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB215184157-
CMYK00.140.270.16
HSL27.93º42.03%72.94%-
HSV(B)27.93º26.98%84.31%-
XYZ51.2551.1639.07-
YUV190.19109.27145.7-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.67%
GREEN value IS 184 (72.27% from 255) = 33.09%
BLUE value IS 157 (61.72% from 255) = 28.24%
R=38.67%
G=33.09%
B=28.24%

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
Decimal21518415700.140.270.1627.9342.0372.94
HexD7B89D0E1B101c2a49
Octal32727023501633203452111
Binary110101111011100010011101011101101110000111001010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B89D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B89D; }

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

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

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

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

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

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

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

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