#D2B19B

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

Shades of Cashmere #D2B19B

Tints of Cashmere #D2B19B

Color information

#D2B19B (or 0xD2B19B) is unknown color: approx Cashmere. HEX triplet: D2, B1 and 9B. RGB value is (210,177,155). Sum of RGB (Red+Green+Blue) = 210+177+155=542 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.75% from 542); Green value is 177 (69.53% from 255 or 32.66% from 542); Blue value is 155 (60.94% from 255 or 28.60% from 542); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2B19B is #2D4E64. Grayscale: #B8B8B8. Windows color (decimal): -2969189 or 10203602. OLE color: 10203602.

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

Color convert

RGB210177155-
CMYK00.160.260.18
HSL24º37.93%71.57%-
HSV(B)24º26.19%82.35%-
XYZ48.2247.5137.64-
YUV184.36111.43146.29-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.75%
GREEN value IS 177 (69.53% from 255) = 32.66%
BLUE value IS 155 (60.94% from 255) = 28.60%
R=38.75%
G=32.66%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017715500.160.260.182437.9371.57
HexD2B19B0101A12182648
Octal32226123302032223046110
Binary1101001010110001100110110100001101010010110001001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B19B; }

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

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

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

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

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

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

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

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