#D9BA9E

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

Shades of Cashmere #D9BA9E

Tints of Cashmere #D9BA9E

Color information

#D9BA9E (or 0xD9BA9E) is unknown color: approx Cashmere. HEX triplet: D9, BA and 9E. RGB value is (217,186,158). Sum of RGB (Red+Green+Blue) = 217+186+158=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 158 (62.11% from 255 or 28.16% from 561); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BA9E is #264561. Grayscale: #C0C0C0. Windows color (decimal): -2508130 or 10402521. OLE color: 10402521.

HSL color Cylindrical-coordinate representation of color #D9BA9E: hue angle of 28.47º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D9BA9E is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB217186158-
CMYK00.140.270.15
HSL28.47º43.7%73.53%-
HSV(B)28.47º27.19%85.1%-
XYZ52.3552.3439.69-
YUV192.08108.77145.78-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.68%
GREEN value IS 186 (73.05% from 255) = 33.16%
BLUE value IS 158 (62.11% from 255) = 28.16%
R=38.68%
G=33.16%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718615800.140.270.1528.4743.773.53
HexD9BA9E0E1BF1c2c4a
Octal33127223601633173454112
Binary11011001101110101001111001110110111111111001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BA9E; }

 p { color: rgb(217,186,158); }

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

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

 a { background-color: rgb(217,186,158); }

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

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

 span { border-color: rgb(217,186,158); }

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