#D2B19C

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

Shades of Cashmere #D2B19C

Tints of Cashmere #D2B19C

Color information

#D2B19C (or 0xD2B19C) is unknown color: approx Cashmere. HEX triplet: D2, B1 and 9C. RGB value is (210,177,156). Sum of RGB (Red+Green+Blue) = 210+177+156=543 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.67% from 543); Green value is 177 (69.53% from 255 or 32.60% from 543); Blue value is 156 (61.33% from 255 or 28.73% from 543); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B19C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2B19C is #2D4E63. Grayscale: #B8B8B8. Windows color (decimal): -2969188 or 10269138. OLE color: 10269138.

HSL color Cylindrical-coordinate representation of color #D2B19C: hue angle of 23.33º 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 #D2B19C is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB210177156-
CMYK00.160.260.18
HSL23.33º37.5%71.76%-
HSV(B)23.33º25.71%82.35%-
XYZ48.347.5538.08-
YUV184.47111.93146.21-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.67%
GREEN value IS 177 (69.53% from 255) = 32.60%
BLUE value IS 156 (61.33% from 255) = 28.73%
R=38.67%
G=32.60%
B=28.73%

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
Decimal21017715600.160.260.1823.3337.571.76
HexD2B19C0101A12172648
Octal32226123402032222746110
Binary1101001010110001100111000100001101010010101111001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B19C; }

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

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

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

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

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

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

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

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