#D1BA7A

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

Shades of Straw #D1BA7A

Tints of Straw #D1BA7A

Color information

#D1BA7A (or 0xD1BA7A) is unknown color: approx Straw. HEX triplet: D1, BA and 7A. RGB value is (209,186,122). Sum of RGB (Red+Green+Blue) = 209+186+122=517 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.43% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 122 (48.05% from 255 or 23.60% from 517); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1BA7A is #2E4585. Grayscale: #B9B9B9. Windows color (decimal): -3032454 or 8043217. OLE color: 8043217.

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

Color convert

RGB209186122-
CMYK00.110.420.18
HSL44.14º48.6%64.9%-
HSV(B)44.14º41.63%81.96%-
XYZ47.3750.0825.58-
YUV185.5892.12144.7-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.43%
GREEN value IS 186 (73.05% from 255) = 35.98%
BLUE value IS 122 (48.05% from 255) = 23.60%
R=40.43%
G=35.98%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918612200.110.420.1844.1448.664.9
HexD1BA7A0B2A122c3141
Octal32127217201352225461101
Binary1101000110111010111101001011101010100101011001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BA7A; }

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

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

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

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

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

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

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

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