#D2B19A

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

Shades of Cashmere #D2B19A

Tints of Cashmere #D2B19A

Color information

#D2B19A (or 0xD2B19A) is unknown color: approx Cashmere. HEX triplet: D2, B1 and 9A. RGB value is (210,177,154). Sum of RGB (Red+Green+Blue) = 210+177+154=541 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.82% from 541); Green value is 177 (69.53% from 255 or 32.72% from 541); Blue value is 154 (60.55% from 255 or 28.47% from 541); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B19A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2B19A is #2D4E65. Grayscale: #B8B8B8. Windows color (decimal): -2969190 or 10138066. OLE color: 10138066.

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

Color convert

RGB210177154-
CMYK00.160.270.18
HSL24.64º38.36%71.37%-
HSV(B)24.64º26.67%82.35%-
XYZ48.1347.4837.2-
YUV184.24110.93146.37-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.82%
GREEN value IS 177 (69.53% from 255) = 32.72%
BLUE value IS 154 (60.55% from 255) = 28.47%
R=38.82%
G=32.72%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017715400.160.270.1824.6438.3671.37
HexD2B19A0101B12192647
Octal32226123202033223146107
Binary1101001010110001100110100100001101110010110011001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B19A; }

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

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

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

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

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

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

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

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