#D9B094

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

Shades of Cashmere #D9B094

Tints of Cashmere #D9B094

Color information

#D9B094 (or 0xD9B094) is unknown color: approx Cashmere. HEX triplet: D9, B0 and 94. RGB value is (217,176,148). Sum of RGB (Red+Green+Blue) = 217+176+148=541 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.11% from 541); Green value is 176 (69.14% from 255 or 32.53% from 541); Blue value is 148 (58.20% from 255 or 27.36% from 541); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9B094 is #264F6B. Grayscale: #B9B9B9. Windows color (decimal): -2510700 or 9744601. OLE color: 9744601.

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

Color convert

RGB217176148-
CMYK00.190.320.15
HSL24.35º47.59%71.57%-
HSV(B)24.35º31.8%85.1%-
XYZ49.4947.9434.66-
YUV185.07107.08150.78-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.11%
GREEN value IS 176 (69.14% from 255) = 32.53%
BLUE value IS 148 (58.20% from 255) = 27.36%
R=40.11%
G=32.53%
B=27.36%

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
Decimal21717614800.190.320.1524.3547.5971.57
HexD9B09401320F183048
Octal33126022402340173060110
Binary1101100110110000100101000100111000001111110001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B094; }

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

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

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

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

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

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

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

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