#D7B39F

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

Shades of Cashmere #D7B39F

Tints of Cashmere #D7B39F

Color information

#D7B39F (or 0xD7B39F) is unknown color: approx Cashmere. HEX triplet: D7, B3 and 9F. RGB value is (215,179,159). Sum of RGB (Red+Green+Blue) = 215+179+159=553 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.88% from 553); Green value is 179 (70.31% from 255 or 32.37% from 553); Blue value is 159 (62.5% from 255 or 28.75% from 553); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B39F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B39F is #284C60. Grayscale: #BBBBBB. Windows color (decimal): -2640993 or 10466263. OLE color: 10466263.

HSL color Cylindrical-coordinate representation of color #D7B39F: hue angle of 21.43º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D7B39F is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB215179159-
CMYK00.170.260.16
HSL21.43º41.18%73.33%-
HSV(B)21.43º26.05%84.31%-
XYZ50.449.1939.64-
YUV187.48111.93147.63-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.88%
GREEN value IS 179 (70.31% from 255) = 32.37%
BLUE value IS 159 (62.5% from 255) = 28.75%
R=38.88%
G=32.37%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517915900.170.260.1621.4341.1873.33
HexD7B39F0111A10152949
Octal32726323702132202551111
Binary1101011110110011100111110100011101010000101011010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B39F; }

 p { color: rgb(215,179,159); }

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

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

 a { background-color: rgb(215,179,159); }

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

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

 span { border-color: rgb(215,179,159); }

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