#D1BA84

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

Shades of Straw #D1BA84

Tints of Straw #D1BA84

Color information

#D1BA84 (or 0xD1BA84) is unknown color: approx Straw. HEX triplet: D1, BA and 84. RGB value is (209,186,132). Sum of RGB (Red+Green+Blue) = 209+186+132=527 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.66% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 132 (51.95% from 255 or 25.05% from 527); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BA84 is #2E457B. Grayscale: #BABABA. Windows color (decimal): -3032444 or 8698577. OLE color: 8698577.

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

Color convert

RGB209186132-
CMYK00.110.370.18
HSL42.08º45.56%66.86%-
HSV(B)42.08º36.84%81.96%-
XYZ48.0250.3429.02-
YUV186.7297.12143.89-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.66%
GREEN value IS 186 (73.05% from 255) = 35.29%
BLUE value IS 132 (51.95% from 255) = 25.05%
R=39.66%
G=35.29%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918613200.110.370.1842.0845.5666.86
HexD1BA840B25122a2e43
Octal32127220401345225256103
Binary11010001101110101000010001011100101100101010101011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BA84; }

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

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

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

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

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

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

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

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