#D7BA77

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

Shades of Straw #D7BA77

Tints of Straw #D7BA77

Color information

#D7BA77 (or 0xD7BA77) is unknown color: approx Straw. HEX triplet: D7, BA and 77. RGB value is (215,186,119). Sum of RGB (Red+Green+Blue) = 215+186+119=520 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.35% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 119 (46.88% from 255 or 22.88% from 520); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BA77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7BA77 is #284588. Grayscale: #BBBBBB. Windows color (decimal): -2639241 or 7846615. OLE color: 7846615.

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

Color convert

RGB215186119-
CMYK00.130.450.16
HSL41.88º54.55%65.49%-
HSV(B)41.88º44.65%84.31%-
XYZ48.9150.924.7-
YUV187.0389.61147.95-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.35%
GREEN value IS 186 (73.05% from 255) = 35.77%
BLUE value IS 119 (46.88% from 255) = 22.88%
R=41.35%
G=35.77%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518611900.130.450.1641.8854.5565.49
HexD7BA770D2D102a3741
Octal32727216701555205267101
Binary1101011110111010111011101101101101100001010101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BA77; }

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

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

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

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

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

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

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

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