#D5B39C

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

Shades of Cashmere #D5B39C

Tints of Cashmere #D5B39C

Color information

#D5B39C (or 0xD5B39C) is unknown color: approx Cashmere. HEX triplet: D5, B3 and 9C. RGB value is (213,179,156). Sum of RGB (Red+Green+Blue) = 213+179+156=548 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.87% from 548); Green value is 179 (70.31% from 255 or 32.66% from 548); Blue value is 156 (61.33% from 255 or 28.47% from 548); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B39C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B39C is #2A4C63. Grayscale: #BABABA. Windows color (decimal): -2772068 or 10269653. OLE color: 10269653.

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

Color convert

RGB213179156-
CMYK00.160.270.16
HSL24.21º40.43%72.35%-
HSV(B)24.21º26.76%83.53%-
XYZ49.5648.7938.26-
YUV186.54110.76146.87-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.87%
GREEN value IS 179 (70.31% from 255) = 32.66%
BLUE value IS 156 (61.33% from 255) = 28.47%
R=38.87%
G=32.66%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317915600.160.270.1624.2140.4372.35
HexD5B39C0101B10182848
Octal32526323402033203050110
Binary1101010110110011100111000100001101110000110001010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B39C; }

 p { color: rgb(213,179,156); }

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

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

 a { background-color: rgb(213,179,156); }

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

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

 span { border-color: rgb(213,179,156); }

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