#D8B093

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

Shades of Cashmere #D8B093

Tints of Cashmere #D8B093

Color information

#D8B093 (or 0xD8B093) is unknown color: approx Cashmere. HEX triplet: D8, B0 and 93. RGB value is (216,176,147). Sum of RGB (Red+Green+Blue) = 216+176+147=539 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.07% from 539); Green value is 176 (69.14% from 255 or 32.65% from 539); Blue value is 147 (57.81% from 255 or 27.27% from 539); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8B093 is #274F6C. Grayscale: #B8B8B8. Windows color (decimal): -2576237 or 9679064. OLE color: 9679064.

HSL color Cylindrical-coordinate representation of color #D8B093: hue angle of 25.22º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D8B093 is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB216176147-
CMYK00.190.320.15
HSL25.22º46.94%71.18%-
HSV(B)25.22º31.94%84.71%-
XYZ49.1147.7634.23-
YUV184.65106.75150.36-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.07%
GREEN value IS 176 (69.14% from 255) = 32.65%
BLUE value IS 147 (57.81% from 255) = 27.27%
R=40.07%
G=32.65%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617614700.190.320.1525.2246.9471.18
HexD8B09301320F192f47
Octal33026022302340173157107
Binary1101100010110000100100110100111000001111110011011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B093; }

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

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

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

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

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

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

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

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