#D7BA84

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

Shades of Straw #D7BA84

Tints of Straw #D7BA84

Color information

#D7BA84 (or 0xD7BA84) is unknown color: approx Straw. HEX triplet: D7, BA and 84. RGB value is (215,186,132). Sum of RGB (Red+Green+Blue) = 215+186+132=533 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.34% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 132 (51.95% from 255 or 24.77% from 533); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BA84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BA84 is #28457B. Grayscale: #BCBCBC. Windows color (decimal): -2639228 or 8698583. OLE color: 8698583.

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

Color convert

RGB215186132-
CMYK00.130.390.16
HSL39.04º50.92%68.04%-
HSV(B)39.04º38.6%84.31%-
XYZ49.7551.2329.1-
YUV188.5296.11146.89-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.34%
GREEN value IS 186 (73.05% from 255) = 34.90%
BLUE value IS 132 (51.95% from 255) = 24.77%
R=40.34%
G=34.90%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518613200.130.390.1639.0450.9268.04
HexD7BA840D2710273344
Octal32727220401547204763104
Binary11010111101110101000010001101100111100001001111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BA84; }

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

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

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

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

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

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

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

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