#D5B99A

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

Shades of Cashmere #D5B99A

Tints of Cashmere #D5B99A

Color information

#D5B99A (or 0xD5B99A) is unknown color: approx Cashmere. HEX triplet: D5, B9 and 9A. RGB value is (213,185,154). Sum of RGB (Red+Green+Blue) = 213+185+154=552 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.59% from 552); Green value is 185 (72.66% from 255 or 33.51% from 552); Blue value is 154 (60.55% from 255 or 27.90% from 552); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B99A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B99A is #2A4665. Grayscale: #BDBDBD. Windows color (decimal): -2770534 or 10140117. OLE color: 10140117.

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

Color convert

RGB213185154-
CMYK00.130.280.16
HSL31.53º41.26%71.96%-
HSV(B)31.53º27.7%83.53%-
XYZ50.6251.1837.78-
YUV189.84107.78144.52-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.59%
GREEN value IS 185 (72.66% from 255) = 33.51%
BLUE value IS 154 (60.55% from 255) = 27.90%
R=38.59%
G=33.51%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318515400.130.280.1631.5341.2671.96
HexD5B99A0D1C10202948
Octal32527123201534204051110
Binary1101010110111001100110100110111100100001000001010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B99A; }

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

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

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

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

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

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

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

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