#D3B195

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

Shades of Cashmere #D3B195

Tints of Cashmere #D3B195

Color information

#D3B195 (or 0xD3B195) is unknown color: approx Cashmere. HEX triplet: D3, B1 and 95. RGB value is (211,177,149). Sum of RGB (Red+Green+Blue) = 211+177+149=537 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.29% from 537); Green value is 177 (69.53% from 255 or 32.96% from 537); Blue value is 149 (58.59% from 255 or 27.75% from 537); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3B195 is #2C4E6A. Grayscale: #B8B8B8. Windows color (decimal): -2903659 or 9810387. OLE color: 9810387.

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

Color convert

RGB211177149-
CMYK00.160.290.17
HSL27.1º41.33%70.59%-
HSV(B)27.1º29.38%82.75%-
XYZ48.0147.4635.06-
YUV183.97108.26147.28-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.29%
GREEN value IS 177 (69.53% from 255) = 32.96%
BLUE value IS 149 (58.59% from 255) = 27.75%
R=39.29%
G=32.96%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117714900.160.290.1727.141.3370.59
HexD3B1950101D111b2947
Octal32326122502035213351107
Binary1101001110110001100101010100001110110001110111010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3B195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3B195; }

 p { color: rgb(211,177,149); }

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

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

 a { background-color: rgb(211,177,149); }

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

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

 span { border-color: rgb(211,177,149); }

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