#D7B094

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

Shades of Cashmere #D7B094

Tints of Cashmere #D7B094

Color information

#D7B094 (or 0xD7B094) is unknown color: approx Cashmere. HEX triplet: D7, B0 and 94. RGB value is (215,176,148). Sum of RGB (Red+Green+Blue) = 215+176+148=539 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.89% from 539); Green value is 176 (69.14% from 255 or 32.65% from 539); Blue value is 148 (58.20% from 255 or 27.46% from 539); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7B094 is #284F6B. Grayscale: #B8B8B8. Windows color (decimal): -2641772 or 9744599. OLE color: 9744599.

HSL color Cylindrical-coordinate representation of color #D7B094: hue angle of 25.07º degrees, saturation: 0.46, 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 #D7B094 is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB215176148-
CMYK00.180.310.16
HSL25.07º45.58%71.18%-
HSV(B)25.07º31.16%84.31%-
XYZ48.8947.6434.63-
YUV184.47107.42149.78-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.89%
GREEN value IS 176 (69.14% from 255) = 32.65%
BLUE value IS 148 (58.20% from 255) = 27.46%
R=39.89%
G=32.65%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517614800.180.310.1625.0745.5871.18
HexD7B0940121F10192e47
Octal32726022402237203156107
Binary1101011110110000100101000100101111110000110011011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B094; }

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

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

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

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

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

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

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

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