#D5B196

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

Shades of Cashmere #D5B196

Tints of Cashmere #D5B196

Color information

#D5B196 (or 0xD5B196) is unknown color: approx Cashmere. HEX triplet: D5, B1 and 96. RGB value is (213,177,150). Sum of RGB (Red+Green+Blue) = 213+177+150=540 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.44% from 540); Green value is 177 (69.53% from 255 or 32.78% from 540); Blue value is 150 (58.98% from 255 or 27.78% from 540); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5B196 is #2A4E69. Grayscale: #B8B8B8. Windows color (decimal): -2772586 or 9875925. OLE color: 9875925.

HSL color Cylindrical-coordinate representation of color #D5B196: hue angle of 25.71º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D5B196 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB213177150-
CMYK00.170.300.16
HSL25.71º42.86%71.18%-
HSV(B)25.71º29.58%83.53%-
XYZ48.6747.7935.51-
YUV184.69108.43148.2-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.44%
GREEN value IS 177 (69.53% from 255) = 32.78%
BLUE value IS 150 (58.98% from 255) = 27.78%
R=39.44%
G=32.78%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317715000.170.300.1625.7142.8671.18
HexD5B1960111E101a2b47
Octal32526122602136203253107
Binary1101010110110001100101100100011111010000110101010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B196; }

 p { color: rgb(213,177,150); }

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

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

 a { background-color: rgb(213,177,150); }

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

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

 span { border-color: rgb(213,177,150); }

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