#D6B595

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

Shades of Cashmere #D6B595

Tints of Cashmere #D6B595

Color information

#D6B595 (or 0xD6B595) is unknown color: approx Cashmere. HEX triplet: D6, B5 and 95. RGB value is (214,181,149). Sum of RGB (Red+Green+Blue) = 214+181+149=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 181 (71.09% from 255 or 33.27% from 544); Blue value is 149 (58.59% from 255 or 27.39% from 544); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B595 is #294A6A. Grayscale: #BBBBBB. Windows color (decimal): -2706027 or 9811414. OLE color: 9811414.

HSL color Cylindrical-coordinate representation of color #D6B595: hue angle of 29.54º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D6B595 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB214181149-
CMYK00.150.300.16
HSL29.54º44.22%71.18%-
HSV(B)29.54º30.37%83.92%-
XYZ49.6849.5135.37-
YUV187.22106.43147.1-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.34%
GREEN value IS 181 (71.09% from 255) = 33.27%
BLUE value IS 149 (58.59% from 255) = 27.39%
R=39.34%
G=33.27%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418114900.150.300.1629.5444.2271.18
HexD6B5950F1E101e2c47
Octal32626522501736203654107
Binary110101101011010110010101011111111010000111101011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B595; }

 p { color: rgb(214,181,149); }

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

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

 a { background-color: rgb(214,181,149); }

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

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

 span { border-color: rgb(214,181,149); }

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