#D8B395

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

Shades of Cashmere #D8B395

Tints of Cashmere #D8B395

Color information

#D8B395 (or 0xD8B395) is unknown color: approx Cashmere. HEX triplet: D8, B3 and 95. RGB value is (216,179,149). Sum of RGB (Red+Green+Blue) = 216+179+149=544 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.71% from 544); Green value is 179 (70.31% from 255 or 32.90% from 544); Blue value is 149 (58.59% from 255 or 27.39% from 544); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B395 is #274C6A. Grayscale: #BABABA. Windows color (decimal): -2575467 or 9810904. OLE color: 9810904.

HSL color Cylindrical-coordinate representation of color #D8B395: hue angle of 26.87º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D8B395 is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB216179149-
CMYK00.170.310.15
HSL26.87º46.21%71.57%-
HSV(B)26.87º31.02%84.71%-
XYZ49.8649.0135.27-
YUV186.64106.76148.94-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.71%
GREEN value IS 179 (70.31% from 255) = 32.90%
BLUE value IS 149 (58.59% from 255) = 27.39%
R=39.71%
G=32.90%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617914900.170.310.1526.8746.2171.57
HexD8B3950111FF1b2e48
Octal33026322502137173356110
Binary110110001011001110010101010001111111111110111011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B395; }

 p { color: rgb(216,179,149); }

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

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

 a { background-color: rgb(216,179,149); }

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

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

 span { border-color: rgb(216,179,149); }

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