#D6B296

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

Shades of Cashmere #D6B296

Tints of Cashmere #D6B296

Color information

#D6B296 (or 0xD6B296) is unknown color: approx Cashmere. HEX triplet: D6, B2 and 96. RGB value is (214,178,150). Sum of RGB (Red+Green+Blue) = 214+178+150=542 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.48% from 542); Green value is 178 (69.92% from 255 or 32.84% from 542); Blue value is 150 (58.98% from 255 or 27.68% from 542); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6B296 is #294D69. Grayscale: #B9B9B9. Windows color (decimal): -2706794 or 9876182. OLE color: 9876182.

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

Color convert

RGB214178150-
CMYK00.170.300.16
HSL26.25º43.84%71.37%-
HSV(B)26.25º29.91%83.92%-
XYZ49.1648.3435.59-
YUV185.57107.93148.28-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.48%
GREEN value IS 178 (69.92% from 255) = 32.84%
BLUE value IS 150 (58.98% from 255) = 27.68%
R=39.48%
G=32.84%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417815000.170.300.1626.2543.8471.37
HexD6B2960111E101a2c47
Octal32626222602136203254107
Binary1101011010110010100101100100011111010000110101011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B296; }

 p { color: rgb(214,178,150); }

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

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

 a { background-color: rgb(214,178,150); }

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

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

 span { border-color: rgb(214,178,150); }

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