#D6B99F

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

Shades of Cashmere #D6B99F

Tints of Cashmere #D6B99F

Color information

#D6B99F (or 0xD6B99F) is unknown color: approx Cashmere. HEX triplet: D6, B9 and 9F. RGB value is (214,185,159). Sum of RGB (Red+Green+Blue) = 214+185+159=558 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.35% from 558); Green value is 185 (72.66% from 255 or 33.15% from 558); Blue value is 159 (62.5% from 255 or 28.49% from 558); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B99F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B99F is #294660. Grayscale: #BEBEBE. Windows color (decimal): -2704993 or 10467798. OLE color: 10467798.

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

Color convert

RGB214185159-
CMYK00.140.260.16
HSL28.36º40.15%73.14%-
HSV(B)28.36º25.7%83.92%-
XYZ51.3451.540.04-
YUV190.71110.11144.61-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.35%
GREEN value IS 185 (72.66% from 255) = 33.15%
BLUE value IS 159 (62.5% from 255) = 28.49%
R=38.35%
G=33.15%
B=28.49%

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
Decimal21418515900.140.260.1628.3640.1573.14
HexD6B99F0E1A101c2849
Octal32627123701632203450111
Binary110101101011100110011111011101101010000111001010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B99F; }

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

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

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

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

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

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

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

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