#D7B57A

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

Shades of Straw #D7B57A

Tints of Straw #D7B57A

Color information

#D7B57A (or 0xD7B57A) is unknown color: approx Straw. HEX triplet: D7, B5 and 7A. RGB value is (215,181,122). Sum of RGB (Red+Green+Blue) = 215+181+122=518 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.51% from 518); Green value is 181 (71.09% from 255 or 34.94% from 518); Blue value is 122 (48.05% from 255 or 23.55% from 518); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B57A is #284A85. Grayscale: #B8B8B8. Windows color (decimal): -2640518 or 8041943. OLE color: 8041943.

HSL color Cylindrical-coordinate representation of color #D7B57A: hue angle of 38.06º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D7B57A is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB215181122-
CMYK00.160.430.16
HSL38.06º53.76%66.08%-
HSV(B)38.06º43.26%84.31%-
XYZ48.0648.925.32-
YUV184.4492.76149.8-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.51%
GREEN value IS 181 (71.09% from 255) = 34.94%
BLUE value IS 122 (48.05% from 255) = 23.55%
R=41.51%
G=34.94%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518112200.160.430.1638.0653.7666.08
HexD7B57A0102B10263642
Octal32726517202053204666102
Binary11010111101101011111010010000101011100001001101101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B57A; }

 p { color: rgb(215,181,122); }

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

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

 a { background-color: rgb(215,181,122); }

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

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

 span { border-color: rgb(215,181,122); }

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