#D5B094

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

Shades of Cashmere #D5B094

Tints of Cashmere #D5B094

Color information

#D5B094 (or 0xD5B094) is unknown color: approx Cashmere. HEX triplet: D5, B0 and 94. RGB value is (213,176,148). Sum of RGB (Red+Green+Blue) = 213+176+148=537 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.66% from 537); Green value is 176 (69.14% from 255 or 32.77% from 537); Blue value is 148 (58.20% from 255 or 27.56% from 537); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5B094 is #2A4F6B. Grayscale: #B8B8B8. Windows color (decimal): -2772844 or 9744597. OLE color: 9744597.

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

Color convert

RGB213176148-
CMYK00.170.310.16
HSL25.85º43.62%70.78%-
HSV(B)25.85º30.52%83.53%-
XYZ48.3147.3334.61-
YUV183.87107.76148.78-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.66%
GREEN value IS 176 (69.14% from 255) = 32.77%
BLUE value IS 148 (58.20% from 255) = 27.56%
R=39.66%
G=32.77%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317614800.170.310.1625.8543.6270.78
HexD5B0940111F101a2c47
Octal32526022402137203254107
Binary1101010110110000100101000100011111110000110101011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B094; }

 p { color: rgb(213,176,148); }

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

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

 a { background-color: rgb(213,176,148); }

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

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

 span { border-color: rgb(213,176,148); }

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