#D1BA82

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

Shades of Straw #D1BA82

Tints of Straw #D1BA82

Color information

#D1BA82 (or 0xD1BA82) is unknown color: approx Straw. HEX triplet: D1, BA and 82. RGB value is (209,186,130). Sum of RGB (Red+Green+Blue) = 209+186+130=525 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.81% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 130 (51.17% from 255 or 24.76% from 525); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BA82 is #2E457D. Grayscale: #BABABA. Windows color (decimal): -3032446 or 8567505. OLE color: 8567505.

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

Color convert

RGB209186130-
CMYK00.110.380.18
HSL42.53º46.2%66.47%-
HSV(B)42.53º37.8%81.96%-
XYZ47.8850.2828.3-
YUV186.4996.12144.05-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.81%
GREEN value IS 186 (73.05% from 255) = 35.43%
BLUE value IS 130 (51.17% from 255) = 24.76%
R=39.81%
G=35.43%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918613000.110.380.1842.5346.266.47
HexD1BA820B26122b2e42
Octal32127220201346225356102
Binary11010001101110101000001001011100110100101010111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BA82; }

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

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

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

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

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

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

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

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