#D6B89F

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

Shades of Cashmere #D6B89F

Tints of Cashmere #D6B89F

Color information

#D6B89F (or 0xD6B89F) is unknown color: approx Cashmere. HEX triplet: D6, B8 and 9F. RGB value is (214,184,159). Sum of RGB (Red+Green+Blue) = 214+184+159=557 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.42% from 557); Green value is 184 (72.27% from 255 or 33.03% from 557); Blue value is 159 (62.5% from 255 or 28.55% from 557); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B89F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B89F is #294760. Grayscale: #BEBEBE. Windows color (decimal): -2705249 or 10467542. OLE color: 10467542.

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

Color convert

RGB214184159-
CMYK00.140.260.16
HSL27.27º40.15%73.14%-
HSV(B)27.27º25.7%83.92%-
XYZ51.1351.0839.97-
YUV190.12110.44145.03-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.42%
GREEN value IS 184 (72.27% from 255) = 33.03%
BLUE value IS 159 (62.5% from 255) = 28.55%
R=38.42%
G=33.03%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418415900.140.260.1627.2740.1573.14
HexD6B89F0E1A101b2849
Octal32627023701632203350111
Binary110101101011100010011111011101101010000110111010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B89F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B89F; }

 p { color: rgb(214,184,159); }

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

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

 a { background-color: rgb(214,184,159); }

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

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

 span { border-color: rgb(214,184,159); }

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