#D5B39B

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

Shades of Cashmere #D5B39B

Tints of Cashmere #D5B39B

Color information

#D5B39B (or 0xD5B39B) is unknown color: approx Cashmere. HEX triplet: D5, B3 and 9B. RGB value is (213,179,155). Sum of RGB (Red+Green+Blue) = 213+179+155=547 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.94% from 547); Green value is 179 (70.31% from 255 or 32.72% from 547); Blue value is 155 (60.94% from 255 or 28.34% from 547); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B39B is #2A4C64. Grayscale: #BABABA. Windows color (decimal): -2772069 or 10204117. OLE color: 10204117.

HSL color Cylindrical-coordinate representation of color #D5B39B: hue angle of 24.83º degrees, saturation: 0.41, 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 #D5B39B is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB213179155-
CMYK00.160.270.16
HSL24.83º40.85%72.16%-
HSV(B)24.83º27.23%83.53%-
XYZ49.4848.7537.81-
YUV186.43110.26146.95-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.94%
GREEN value IS 179 (70.31% from 255) = 32.72%
BLUE value IS 155 (60.94% from 255) = 28.34%
R=38.94%
G=32.72%
B=28.34%

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
Decimal21317915500.160.270.1624.8340.8572.16
HexD5B39B0101B10192948
Octal32526323302033203151110
Binary1101010110110011100110110100001101110000110011010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B39B; }

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

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

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

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

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

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

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

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