#D5B49A

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

Shades of Cashmere #D5B49A

Tints of Cashmere #D5B49A

Color information

#D5B49A (or 0xD5B49A) is unknown color: approx Cashmere. HEX triplet: D5, B4 and 9A. RGB value is (213,180,154). Sum of RGB (Red+Green+Blue) = 213+180+154=547 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.94% from 547); Green value is 180 (70.70% from 255 or 32.91% from 547); Blue value is 154 (60.55% from 255 or 28.15% from 547); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B49A is #2A4B65. Grayscale: #BBBBBB. Windows color (decimal): -2771814 or 10138837. OLE color: 10138837.

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

Color convert

RGB213180154-
CMYK00.150.280.16
HSL26.44º41.26%71.96%-
HSV(B)26.44º27.7%83.53%-
XYZ49.5949.1237.44-
YUV186.9109.43146.61-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.94%
GREEN value IS 180 (70.70% from 255) = 32.91%
BLUE value IS 154 (60.55% from 255) = 28.15%
R=38.94%
G=32.91%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318015400.150.280.1626.4441.2671.96
HexD5B49A0F1C101a2948
Octal32526423201734203251110
Binary110101011011010010011010011111110010000110101010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B49A; }

 p { color: rgb(213,180,154); }

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

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

 a { background-color: rgb(213,180,154); }

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

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

 span { border-color: rgb(213,180,154); }

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