#D5B696

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

Shades of Cashmere #D5B696

Tints of Cashmere #D5B696

Color information

#D5B696 (or 0xD5B696) is unknown color: approx Cashmere. HEX triplet: D5, B6 and 96. RGB value is (213,182,150). Sum of RGB (Red+Green+Blue) = 213+182+150=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 182 (71.48% from 255 or 33.39% from 545); Blue value is 150 (58.98% from 255 or 27.52% from 545); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B696 is #2A4969. Grayscale: #BBBBBB. Windows color (decimal): -2771306 or 9877205. OLE color: 9877205.

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

Color convert

RGB213182150-
CMYK00.150.300.16
HSL30.48º42.86%71.18%-
HSV(B)30.48º29.58%83.53%-
XYZ49.6749.835.85-
YUV187.62106.77146.1-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.08%
GREEN value IS 182 (71.48% from 255) = 33.39%
BLUE value IS 150 (58.98% from 255) = 27.52%
R=39.08%
G=33.39%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318215000.150.300.1630.4842.8671.18
HexD5B6960F1E101e2b47
Octal32526622601736203653107
Binary110101011011011010010110011111111010000111101010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B696; }

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

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

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

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

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

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

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

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