#D8B095

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

Shades of Cashmere #D8B095

Tints of Cashmere #D8B095

Color information

#D8B095 (or 0xD8B095) is unknown color: approx Cashmere. HEX triplet: D8, B0 and 95. RGB value is (216,176,149). Sum of RGB (Red+Green+Blue) = 216+176+149=541 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.93% from 541); Green value is 176 (69.14% from 255 or 32.53% from 541); Blue value is 149 (58.59% from 255 or 27.54% from 541); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8B095 is #274F6A. Grayscale: #B9B9B9. Windows color (decimal): -2576235 or 9810136. OLE color: 9810136.

HSL color Cylindrical-coordinate representation of color #D8B095: hue angle of 24.18º 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 #D8B095 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB216176149-
CMYK00.190.310.15
HSL24.18º46.21%71.57%-
HSV(B)24.18º31.02%84.71%-
XYZ49.2747.8235.07-
YUV184.88107.75150.2-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.93%
GREEN value IS 176 (69.14% from 255) = 32.53%
BLUE value IS 149 (58.59% from 255) = 27.54%
R=39.93%
G=32.53%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617614900.190.310.1524.1846.2171.57
HexD8B0950131FF182e48
Octal33026022502337173056110
Binary110110001011000010010101010011111111111110001011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B095; }

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

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

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

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

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

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

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

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