#D2B19D

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

Shades of Cashmere #D2B19D

Tints of Cashmere #D2B19D

Color information

#D2B19D (or 0xD2B19D) is unknown color: approx Cashmere. HEX triplet: D2, B1 and 9D. RGB value is (210,177,157). Sum of RGB (Red+Green+Blue) = 210+177+157=544 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.60% from 544); Green value is 177 (69.53% from 255 or 32.54% from 544); Blue value is 157 (61.72% from 255 or 28.86% from 544); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B19D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2B19D is #2D4E62. Grayscale: #B8B8B8. Windows color (decimal): -2969187 or 10334674. OLE color: 10334674.

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

Color convert

RGB210177157-
CMYK00.160.250.18
HSL22.64º37.06%71.96%-
HSV(B)22.64º25.24%82.35%-
XYZ48.3947.5838.53-
YUV184.59112.43146.13-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.60%
GREEN value IS 177 (69.53% from 255) = 32.54%
BLUE value IS 157 (61.72% from 255) = 28.86%
R=38.60%
G=32.54%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017715700.160.250.1822.6437.0671.96
HexD2B19D0101912172548
Octal32226123502031222745110
Binary1101001010110001100111010100001100110010101111001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B19D; }

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

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

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

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

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

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

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

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