#D9B194

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

Shades of Cashmere #D9B194

Tints of Cashmere #D9B194

Color information

#D9B194 (or 0xD9B194) is unknown color: approx Cashmere. HEX triplet: D9, B1 and 94. RGB value is (217,177,148). Sum of RGB (Red+Green+Blue) = 217+177+148=542 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.04% from 542); Green value is 177 (69.53% from 255 or 32.66% from 542); Blue value is 148 (58.20% from 255 or 27.31% from 542); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9B194 is #264E6B. Grayscale: #B9B9B9. Windows color (decimal): -2510444 or 9744857. OLE color: 9744857.

HSL color Cylindrical-coordinate representation of color #D9B194: hue angle of 25.22º 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 #D9B194 is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB217177148-
CMYK00.180.320.15
HSL25.22º47.59%71.57%-
HSV(B)25.22º31.8%85.1%-
XYZ49.6848.3334.73-
YUV185.65106.75150.36-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.04%
GREEN value IS 177 (69.53% from 255) = 32.66%
BLUE value IS 148 (58.20% from 255) = 27.31%
R=40.04%
G=32.66%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717714800.180.320.1525.2247.5971.57
HexD9B19401220F193048
Octal33126122402240173160110
Binary1101100110110001100101000100101000001111110011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B194; }

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

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

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

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

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

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

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

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