#D2B295

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

Shades of Cashmere #D2B295

Tints of Cashmere #D2B295

Color information

#D2B295 (or 0xD2B295) is unknown color: approx Cashmere. HEX triplet: D2, B2 and 95. RGB value is (210,178,149). Sum of RGB (Red+Green+Blue) = 210+178+149=537 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.11% from 537); Green value is 178 (69.92% from 255 or 33.15% from 537); Blue value is 149 (58.59% from 255 or 27.75% from 537); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2B295 is #2D4D6A. Grayscale: #B8B8B8. Windows color (decimal): -2968939 or 9810642. OLE color: 9810642.

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

Color convert

RGB210178149-
CMYK00.150.290.18
HSL28.52º40.4%70.39%-
HSV(B)28.52º29.05%82.35%-
XYZ47.9247.7135.12-
YUV184.26108.1146.36-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.11%
GREEN value IS 178 (69.92% from 255) = 33.15%
BLUE value IS 149 (58.59% from 255) = 27.75%
R=39.11%
G=33.15%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017814900.150.290.1828.5240.470.39
HexD2B2950F1D121d2846
Octal32226222501735223550106
Binary110100101011001010010101011111110110010111011010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B295; }

 p { color: rgb(210,178,149); }

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

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

 a { background-color: rgb(210,178,149); }

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

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

 span { border-color: rgb(210,178,149); }

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