#D8B79F

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

Shades of Cashmere #D8B79F

Tints of Cashmere #D8B79F

Color information

#D8B79F (or 0xD8B79F) is unknown color: approx Cashmere. HEX triplet: D8, B7 and 9F. RGB value is (216,183,159). Sum of RGB (Red+Green+Blue) = 216+183+159=558 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.71% from 558); Green value is 183 (71.88% from 255 or 32.80% from 558); Blue value is 159 (62.5% from 255 or 28.49% from 558); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B79F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B79F is #274860. Grayscale: #BEBEBE. Windows color (decimal): -2574433 or 10467288. OLE color: 10467288.

HSL color Cylindrical-coordinate representation of color #D8B79F: hue angle of 25.26º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D8B79F is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB216183159-
CMYK00.150.260.15
HSL25.26º42.22%73.53%-
HSV(B)25.26º26.39%84.71%-
XYZ51.5150.9739.92-
YUV190.13110.43146.45-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.71%
GREEN value IS 183 (71.88% from 255) = 32.80%
BLUE value IS 159 (62.5% from 255) = 28.49%
R=38.71%
G=32.80%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618315900.150.260.1525.2642.2273.53
HexD8B79F0F1AF192a4a
Octal33026723701732173152112
Binary11011000101101111001111101111110101111110011010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B79F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B79F; }

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

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

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

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

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

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

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

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