#D8B393

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

Shades of Cashmere #D8B393

Tints of Cashmere #D8B393

Color information

#D8B393 (or 0xD8B393) is unknown color: approx Cashmere. HEX triplet: D8, B3 and 93. RGB value is (216,179,147). Sum of RGB (Red+Green+Blue) = 216+179+147=542 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.85% from 542); Green value is 179 (70.31% from 255 or 33.03% from 542); Blue value is 147 (57.81% from 255 or 27.12% from 542); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B393 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B393 is #274C6C. Grayscale: #BABABA. Windows color (decimal): -2575469 or 9679832. OLE color: 9679832.

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

Color convert

RGB216179147-
CMYK00.170.320.15
HSL27.83º46.94%71.18%-
HSV(B)27.83º31.94%84.71%-
XYZ49.7148.9534.43-
YUV186.42105.76149.1-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.85%
GREEN value IS 179 (70.31% from 255) = 33.03%
BLUE value IS 147 (57.81% from 255) = 27.12%
R=39.85%
G=33.03%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617914700.170.320.1527.8346.9471.18
HexD8B39301120F1c2f47
Octal33026322302140173457107
Binary1101100010110011100100110100011000001111111001011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B393; }

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

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

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

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

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

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

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

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