#D5B295

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

Shades of Cashmere #D5B295

Tints of Cashmere #D5B295

Color information

#D5B295 (or 0xD5B295) is unknown color: approx Cashmere. HEX triplet: D5, B2 and 95. RGB value is (213,178,149). Sum of RGB (Red+Green+Blue) = 213+178+149=540 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.44% from 540); Green value is 178 (69.92% from 255 or 32.96% from 540); Blue value is 149 (58.59% from 255 or 27.59% from 540); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5B295 is #2A4D6A. Grayscale: #B9B9B9. Windows color (decimal): -2772331 or 9810645. OLE color: 9810645.

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

Color convert

RGB213178149-
CMYK00.160.300.16
HSL27.19º43.24%70.98%-
HSV(B)27.19º30.05%83.53%-
XYZ48.7948.1635.16-
YUV185.16107.6147.86-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.44%
GREEN value IS 178 (69.92% from 255) = 32.96%
BLUE value IS 149 (58.59% from 255) = 27.59%
R=39.44%
G=32.96%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317814900.160.300.1627.1943.2470.98
HexD5B2950101E101b2b47
Octal32526222502036203353107
Binary1101010110110010100101010100001111010000110111010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B295; }

 p { color: rgb(213,178,149); }

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

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

 a { background-color: rgb(213,178,149); }

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

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

 span { border-color: rgb(213,178,149); }

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