#D7B69E

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

Shades of Cashmere #D7B69E

Tints of Cashmere #D7B69E

Color information

#D7B69E (or 0xD7B69E) is unknown color: approx Cashmere. HEX triplet: D7, B6 and 9E. RGB value is (215,182,158). Sum of RGB (Red+Green+Blue) = 215+182+158=555 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.74% from 555); Green value is 182 (71.48% from 255 or 32.79% from 555); Blue value is 158 (62.11% from 255 or 28.47% from 555); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B69E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B69E is #284961. Grayscale: #BDBDBD. Windows color (decimal): -2640226 or 10401495. OLE color: 10401495.

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

Color convert

RGB215182158-
CMYK00.150.270.16
HSL25.26º41.61%73.14%-
HSV(B)25.26º26.51%84.31%-
XYZ50.9250.3739.39-
YUV189.13110.43146.45-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.74%
GREEN value IS 182 (71.48% from 255) = 32.79%
BLUE value IS 158 (62.11% from 255) = 28.47%
R=38.74%
G=32.79%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518215800.150.270.1625.2641.6173.14
HexD7B69E0F1B10192a49
Octal32726623601733203152111
Binary110101111011011010011110011111101110000110011010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B69E; }

 p { color: rgb(215,182,158); }

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

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

 a { background-color: rgb(215,182,158); }

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

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

 span { border-color: rgb(215,182,158); }

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