#D6B89D

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

Shades of Cashmere #D6B89D

Tints of Cashmere #D6B89D

Color information

#D6B89D (or 0xD6B89D) is unknown color: approx Cashmere. HEX triplet: D6, B8 and 9D. RGB value is (214,184,157). Sum of RGB (Red+Green+Blue) = 214+184+157=555 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.56% from 555); Green value is 184 (72.27% from 255 or 33.15% from 555); Blue value is 157 (61.72% from 255 or 28.29% from 555); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B89D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B89D is #294762. Grayscale: #BEBEBE. Windows color (decimal): -2705251 or 10336470. OLE color: 10336470.

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

Color convert

RGB214184157-
CMYK00.140.270.16
HSL28.42º41.01%72.75%-
HSV(B)28.42º26.64%83.92%-
XYZ50.9651.0139.06-
YUV189.89109.44145.2-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.56%
GREEN value IS 184 (72.27% from 255) = 33.15%
BLUE value IS 157 (61.72% from 255) = 28.29%
R=38.56%
G=33.15%
B=28.29%

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
Decimal21418415700.140.270.1628.4241.0172.75
HexD6B89D0E1B101c2949
Octal32627023501633203451111
Binary110101101011100010011101011101101110000111001010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B89D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B89D; }

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

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

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

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

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

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

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

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