#D7B093

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

Shades of Cashmere #D7B093

Tints of Cashmere #D7B093

Color information

#D7B093 (or 0xD7B093) is unknown color: approx Cashmere. HEX triplet: D7, B0 and 93. RGB value is (215,176,147). Sum of RGB (Red+Green+Blue) = 215+176+147=538 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.96% from 538); Green value is 176 (69.14% from 255 or 32.71% from 538); Blue value is 147 (57.81% from 255 or 27.32% from 538); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7B093 is #284F6C. Grayscale: #B8B8B8. Windows color (decimal): -2641773 or 9679063. OLE color: 9679063.

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

Color convert

RGB215176147-
CMYK00.180.320.16
HSL25.59º45.95%70.98%-
HSV(B)25.59º31.63%84.31%-
XYZ48.8247.634.22-
YUV184.36106.92149.86-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.96%
GREEN value IS 176 (69.14% from 255) = 32.71%
BLUE value IS 147 (57.81% from 255) = 27.32%
R=39.96%
G=32.71%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517614700.180.320.1625.5945.9570.98
HexD7B09301220101a2e47
Octal32726022302240203256107
Binary11010111101100001001001101001010000010000110101011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B093; }

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

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

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

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

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

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

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

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