#D8B196

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

Shades of Cashmere #D8B196

Tints of Cashmere #D8B196

Color information

#D8B196 (or 0xD8B196) is unknown color: approx Cashmere. HEX triplet: D8, B1 and 96. RGB value is (216,177,150). Sum of RGB (Red+Green+Blue) = 216+177+150=543 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.78% from 543); Green value is 177 (69.53% from 255 or 32.60% from 543); Blue value is 150 (58.98% from 255 or 27.62% from 543); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8B196 is #274E69. Grayscale: #B9B9B9. Windows color (decimal): -2575978 or 9875928. OLE color: 9875928.

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

Color convert

RGB216177150-
CMYK00.180.310.15
HSL24.55º45.83%71.76%-
HSV(B)24.55º30.56%84.71%-
XYZ49.5548.2535.56-
YUV185.58107.92149.7-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.78%
GREEN value IS 177 (69.53% from 255) = 32.60%
BLUE value IS 150 (58.98% from 255) = 27.62%
R=39.78%
G=32.60%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617715000.180.310.1524.5545.8371.76
HexD8B1960121FF192e48
Octal33026122602237173156110
Binary110110001011000110010110010010111111111110011011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B196; }

 p { color: rgb(216,177,150); }

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

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

 a { background-color: rgb(216,177,150); }

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

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

 span { border-color: rgb(216,177,150); }

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