#D8B99B

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

Shades of Cashmere #D8B99B

Tints of Cashmere #D8B99B

Color information

#D8B99B (or 0xD8B99B) is unknown color: approx Cashmere. HEX triplet: D8, B9 and 9B. RGB value is (216,185,155). Sum of RGB (Red+Green+Blue) = 216+185+155=556 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.85% from 556); Green value is 185 (72.66% from 255 or 33.27% from 556); Blue value is 155 (60.94% from 255 or 27.88% from 556); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B99B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B99B is #274664. Grayscale: #BFBFBF. Windows color (decimal): -2573925 or 10205656. OLE color: 10205656.

HSL color Cylindrical-coordinate representation of color #D8B99B: hue angle of 29.51º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D8B99B is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB216185155-
CMYK00.140.280.15
HSL29.51º43.88%72.75%-
HSV(B)29.51º28.24%84.71%-
XYZ51.5851.6638.26-
YUV190.85107.77145.94-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.85%
GREEN value IS 185 (72.66% from 255) = 33.27%
BLUE value IS 155 (60.94% from 255) = 27.88%
R=38.85%
G=33.27%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618515500.140.280.1529.5143.8872.75
HexD8B99B0E1CF1e2c49
Octal33027123301634173654111
Binary11011000101110011001101101110111001111111101011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B99B; }

 p { color: rgb(216,185,155); }

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

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

 a { background-color: rgb(216,185,155); }

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

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

 span { border-color: rgb(216,185,155); }

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