#D5BA9E

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

Shades of Cashmere #D5BA9E

Tints of Cashmere #D5BA9E

Color information

#D5BA9E (or 0xD5BA9E) is unknown color: approx Cashmere. HEX triplet: D5, BA and 9E. RGB value is (213,186,158). Sum of RGB (Red+Green+Blue) = 213+186+158=557 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.24% from 557); Green value is 186 (73.05% from 255 or 33.39% from 557); Blue value is 158 (62.11% from 255 or 28.37% from 557); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BA9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BA9E is #2A4561. Grayscale: #BFBFBF. Windows color (decimal): -2770274 or 10402517. OLE color: 10402517.

HSL color Cylindrical-coordinate representation of color #D5BA9E: hue angle of 30.55º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D5BA9E is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB213186158-
CMYK00.130.260.16
HSL30.55º39.57%72.75%-
HSV(B)30.55º25.82%83.53%-
XYZ51.1751.7339.64-
YUV190.88109.45143.78-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.24%
GREEN value IS 186 (73.05% from 255) = 33.39%
BLUE value IS 158 (62.11% from 255) = 28.37%
R=38.24%
G=33.39%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318615800.130.260.1630.5539.5772.75
HexD5BA9E0D1A101f2849
Octal32527223601532203750111
Binary110101011011101010011110011011101010000111111010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BA9E; }

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

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

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

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

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

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

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

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