#D1BAA2

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

Shades of Grain Brown #D1BAA2

Tints of Grain Brown #D1BAA2

Color information

#D1BAA2 (or 0xD1BAA2) is unknown color: approx Grain Brown. HEX triplet: D1, BA and A2. RGB value is (209,186,162). Sum of RGB (Red+Green+Blue) = 209+186+162=557 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.52% from 557); Green value is 186 (73.05% from 255 or 33.39% from 557); Blue value is 162 (63.67% from 255 or 29.08% from 557); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BAA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BAA2 is #2E455D. Grayscale: #BEBEBE. Windows color (decimal): -3032414 or 10664657. OLE color: 10664657.

HSL color Cylindrical-coordinate representation of color #D1BAA2: hue angle of 30.64º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D1BAA2 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB209186162-
CMYK00.110.220.18
HSL30.64º33.81%72.75%-
HSV(B)30.64º22.49%81.96%-
XYZ50.3751.2841.43-
YUV190.14112.12141.45-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.52%
GREEN value IS 186 (73.05% from 255) = 33.39%
BLUE value IS 162 (63.67% from 255) = 29.08%
R=37.52%
G=33.39%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918616200.110.220.1830.6433.8172.75
HexD1BAA20B16121f2249
Octal32127224201326223742111
Binary110100011011101010100010010111011010010111111000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BAA2; }

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

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

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

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

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

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

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

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