#D9B495

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

Shades of Cashmere #D9B495

Tints of Cashmere #D9B495

Color information

#D9B495 (or 0xD9B495) is unknown color: approx Cashmere. HEX triplet: D9, B4 and 95. RGB value is (217,180,149). Sum of RGB (Red+Green+Blue) = 217+180+149=546 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.74% from 546); Green value is 180 (70.70% from 255 or 32.97% from 546); Blue value is 149 (58.59% from 255 or 27.29% from 546); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B495 is #264B6A. Grayscale: #BBBBBB. Windows color (decimal): -2509675 or 9811161. OLE color: 9811161.

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

Color convert

RGB217180149-
CMYK00.170.310.15
HSL27.35º47.22%71.76%-
HSV(B)27.35º31.34%85.1%-
XYZ50.3649.5635.35-
YUV187.53106.26149.02-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.74%
GREEN value IS 180 (70.70% from 255) = 32.97%
BLUE value IS 149 (58.59% from 255) = 27.29%
R=39.74%
G=32.97%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718014900.170.310.1527.3547.2271.76
HexD9B4950111FF1b2f48
Octal33126422502137173357110
Binary110110011011010010010101010001111111111110111011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B495; }

 p { color: rgb(217,180,149); }

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

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

 a { background-color: rgb(217,180,149); }

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

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

 span { border-color: rgb(217,180,149); }

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