#D5B89C

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

Shades of Cashmere #D5B89C

Tints of Cashmere #D5B89C

Color information

#D5B89C (or 0xD5B89C) is unknown color: approx Cashmere. HEX triplet: D5, B8 and 9C. RGB value is (213,184,156). Sum of RGB (Red+Green+Blue) = 213+184+156=553 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.52% from 553); Green value is 184 (72.27% from 255 or 33.27% from 553); Blue value is 156 (61.33% from 255 or 28.21% from 553); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B89C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B89C is #2A4763. Grayscale: #BDBDBD. Windows color (decimal): -2770788 or 10270933. OLE color: 10270933.

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

Color convert

RGB213184156-
CMYK00.140.270.16
HSL29.47º40.43%72.35%-
HSV(B)29.47º26.76%83.53%-
XYZ50.5850.8338.6-
YUV189.48109.11144.78-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.52%
GREEN value IS 184 (72.27% from 255) = 33.27%
BLUE value IS 156 (61.33% from 255) = 28.21%
R=38.52%
G=33.27%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318415600.140.270.1629.4740.4372.35
HexD5B89C0E1B101d2848
Octal32527023401633203550110
Binary110101011011100010011100011101101110000111011010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B89C; }

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

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

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

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

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

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

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

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