#D7B799

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

Shades of Cashmere #D7B799

Tints of Cashmere #D7B799

Color information

#D7B799 (or 0xD7B799) is unknown color: approx Cashmere. HEX triplet: D7, B7 and 99. RGB value is (215,183,153). Sum of RGB (Red+Green+Blue) = 215+183+153=551 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.02% from 551); Green value is 183 (71.88% from 255 or 33.21% from 551); Blue value is 153 (60.16% from 255 or 27.77% from 551); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B799 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B799 is #284866. Grayscale: #BDBDBD. Windows color (decimal): -2639975 or 10074071. OLE color: 10074071.

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

Color convert

RGB215183153-
CMYK00.150.290.16
HSL29.03º43.66%72.16%-
HSV(B)29.03º28.84%84.31%-
XYZ50.7150.6137.23-
YUV189.15107.6146.44-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.02%
GREEN value IS 183 (71.88% from 255) = 33.21%
BLUE value IS 153 (60.16% from 255) = 27.77%
R=39.02%
G=33.21%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518315300.150.290.1629.0343.6672.16
HexD7B7990F1D101d2c48
Octal32726723101735203554110
Binary110101111011011110011001011111110110000111011011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B799; }

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

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

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

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

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

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

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

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