#D2B191

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

Shades of Cashmere #D2B191

Tints of Cashmere #D2B191

Color information

#D2B191 (or 0xD2B191) is unknown color: approx Cashmere. HEX triplet: D2, B1 and 91. RGB value is (210,177,145). Sum of RGB (Red+Green+Blue) = 210+177+145=532 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.47% from 532); Green value is 177 (69.53% from 255 or 33.27% from 532); Blue value is 145 (57.03% from 255 or 27.26% from 532); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2B191 is #2D4E6E. Grayscale: #B7B7B7. Windows color (decimal): -2969199 or 9548242. OLE color: 9548242.

HSL color Cylindrical-coordinate representation of color #D2B191: hue angle of 29.54º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D2B191 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB210177145-
CMYK00.160.310.18
HSL29.54º41.94%69.61%-
HSV(B)29.54º30.95%82.35%-
XYZ47.4147.1933.4-
YUV183.22106.43147.1-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.47%
GREEN value IS 177 (69.53% from 255) = 33.27%
BLUE value IS 145 (57.03% from 255) = 27.26%
R=39.47%
G=33.27%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017714500.160.310.1829.5441.9469.61
HexD2B1910101F121e2a46
Octal32226122102037223652106
Binary1101001010110001100100010100001111110010111101010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B191; }

 p { color: rgb(210,177,145); }

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

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

 a { background-color: rgb(210,177,145); }

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

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

 span { border-color: rgb(210,177,145); }

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