#D7B399

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

Shades of Cashmere #D7B399

Tints of Cashmere #D7B399

Color information

#D7B399 (or 0xD7B399) is unknown color: approx Cashmere. HEX triplet: D7, B3 and 99. RGB value is (215,179,153). Sum of RGB (Red+Green+Blue) = 215+179+153=547 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.31% from 547); Green value is 179 (70.31% from 255 or 32.72% from 547); Blue value is 153 (60.16% from 255 or 27.97% from 547); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B399 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B399 is #284C66. Grayscale: #BABABA. Windows color (decimal): -2640999 or 10073047. OLE color: 10073047.

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

Color convert

RGB215179153-
CMYK00.170.290.16
HSL25.16º43.66%72.16%-
HSV(B)25.16º28.84%84.31%-
XYZ49.8948.9936.96-
YUV186.8108.93148.11-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.31%
GREEN value IS 179 (70.31% from 255) = 32.72%
BLUE value IS 153 (60.16% from 255) = 27.97%
R=39.31%
G=32.72%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517915300.170.290.1625.1643.6672.16
HexD7B3990111D10192c48
Octal32726323102135203154110
Binary1101011110110011100110010100011110110000110011011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B399; }

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

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

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

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

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

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

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

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