#D8B495

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

Shades of Cashmere #D8B495

Tints of Cashmere #D8B495

Color information

#D8B495 (or 0xD8B495) is unknown color: approx Cashmere. HEX triplet: D8, B4 and 95. RGB value is (216,180,149). Sum of RGB (Red+Green+Blue) = 216+180+149=545 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.63% from 545); Green value is 180 (70.70% from 255 or 33.03% from 545); Blue value is 149 (58.59% from 255 or 27.34% from 545); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B495 is #274B6A. Grayscale: #BBBBBB. Windows color (decimal): -2575211 or 9811160. OLE color: 9811160.

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

Color convert

RGB216180149-
CMYK00.170.310.15
HSL27.76º46.21%71.57%-
HSV(B)27.76º31.02%84.71%-
XYZ50.0649.4135.33-
YUV187.23106.43148.52-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.63%
GREEN value IS 180 (70.70% from 255) = 33.03%
BLUE value IS 149 (58.59% from 255) = 27.34%
R=39.63%
G=33.03%
B=27.34%

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
Decimal21618014900.170.310.1527.7646.2171.57
HexD8B4950111FF1c2e48
Octal33026422502137173456110
Binary110110001011010010010101010001111111111111001011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B495; }

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

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

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

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

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

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

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

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