#D5B199

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

Shades of Cashmere #D5B199

Tints of Cashmere #D5B199

Color information

#D5B199 (or 0xD5B199) is unknown color: approx Cashmere. HEX triplet: D5, B1 and 99. RGB value is (213,177,153). Sum of RGB (Red+Green+Blue) = 213+177+153=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 177 (69.53% from 255 or 32.60% from 543); Blue value is 153 (60.16% from 255 or 28.18% from 543); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5B199 is #2A4E66. Grayscale: #B9B9B9. Windows color (decimal): -2772583 or 10072533. OLE color: 10072533.

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

Color convert

RGB213177153-
CMYK00.170.280.16
HSL24º41.67%71.76%-
HSV(B)24º28.17%83.53%-
XYZ48.9147.8936.8-
YUV185.03109.93147.95-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.23%
GREEN value IS 177 (69.53% from 255) = 32.60%
BLUE value IS 153 (60.16% from 255) = 28.18%
R=39.23%
G=32.60%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317715300.170.280.162441.6771.76
HexD5B1990111C10182a48
Octal32526123102134203052110
Binary1101010110110001100110010100011110010000110001010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B199; }

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

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

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

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

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

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

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

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