#D8B79B

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

Shades of Cashmere #D8B79B

Tints of Cashmere #D8B79B

Color information

#D8B79B (or 0xD8B79B) is unknown color: approx Cashmere. HEX triplet: D8, B7 and 9B. RGB value is (216,183,155). Sum of RGB (Red+Green+Blue) = 216+183+155=554 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.99% from 554); Green value is 183 (71.88% from 255 or 33.03% from 554); Blue value is 155 (60.94% from 255 or 27.98% from 554); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B79B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B79B is #274864. Grayscale: #BDBDBD. Windows color (decimal): -2574437 or 10205144. OLE color: 10205144.

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

Color convert

RGB216183155-
CMYK00.150.280.15
HSL27.54º43.88%72.75%-
HSV(B)27.54º28.24%84.71%-
XYZ51.1750.8338.13-
YUV189.68108.43146.78-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.99%
GREEN value IS 183 (71.88% from 255) = 33.03%
BLUE value IS 155 (60.94% from 255) = 27.98%
R=38.99%
G=33.03%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618315500.150.280.1527.5443.8872.75
HexD8B79B0F1CF1c2c49
Octal33026723301734173454111
Binary11011000101101111001101101111111001111111001011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B79B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B79B; }

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

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

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

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

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

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

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

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