#D6BAA2

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

Shades of Cashmere #D6BAA2

Tints of Cashmere #D6BAA2

Color information

#D6BAA2 (or 0xD6BAA2) is unknown color: approx Cashmere. HEX triplet: D6, BA and A2. RGB value is (214,186,162). Sum of RGB (Red+Green+Blue) = 214+186+162=562 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.08% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 162 (63.67% from 255 or 28.83% from 562); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BAA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BAA2 is #29455D. Grayscale: #BFBFBF. Windows color (decimal): -2704734 or 10664662. OLE color: 10664662.

HSL color Cylindrical-coordinate representation of color #D6BAA2: hue angle of 27.69º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D6BAA2 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB214186162-
CMYK00.130.240.16
HSL27.69º38.81%73.73%-
HSV(B)27.69º24.3%83.92%-
XYZ51.8152.0241.49-
YUV191.64111.28143.95-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.08%
GREEN value IS 186 (73.05% from 255) = 33.10%
BLUE value IS 162 (63.67% from 255) = 28.83%
R=38.08%
G=33.10%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418616200.130.240.1627.6938.8173.73
HexD6BAA20D18101c274a
Octal32627224201530203447112
Binary110101101011101010100010011011100010000111001001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BAA2; }

 p { color: rgb(214,186,162); }

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

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

 a { background-color: rgb(214,186,162); }

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

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

 span { border-color: rgb(214,186,162); }

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