#D7B291

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

Shades of Cashmere #D7B291

Tints of Cashmere #D7B291

Color information

#D7B291 (or 0xD7B291) is unknown color: approx Cashmere. HEX triplet: D7, B2 and 91. RGB value is (215,178,145). Sum of RGB (Red+Green+Blue) = 215+178+145=538 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.96% from 538); Green value is 178 (69.92% from 255 or 33.09% from 538); Blue value is 145 (57.03% from 255 or 26.95% from 538); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7B291 is #284D6E. Grayscale: #B9B9B9. Windows color (decimal): -2641263 or 9548503. OLE color: 9548503.

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

Color convert

RGB215178145-
CMYK00.170.330.16
HSL28.29º46.67%70.59%-
HSV(B)28.29º32.56%84.31%-
XYZ49.0648.3333.53-
YUV185.3105.26149.18-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.96%
GREEN value IS 178 (69.92% from 255) = 33.09%
BLUE value IS 145 (57.03% from 255) = 26.95%
R=39.96%
G=33.09%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517814500.170.330.1628.2946.6770.59
HexD7B29101121101c2f47
Octal32726222102141203457107
Binary11010111101100101001000101000110000110000111001011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B291; }

 p { color: rgb(215,178,145); }

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

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

 a { background-color: rgb(215,178,145); }

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

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

 span { border-color: rgb(215,178,145); }

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