#D7BA85

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

Shades of Straw #D7BA85

Tints of Straw #D7BA85

Color information

#D7BA85 (or 0xD7BA85) is unknown color: approx Straw. HEX triplet: D7, BA and 85. RGB value is (215,186,133). Sum of RGB (Red+Green+Blue) = 215+186+133=534 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.26% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 133 (52.34% from 255 or 24.91% from 534); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BA85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BA85 is #28457A. Grayscale: #BCBCBC. Windows color (decimal): -2639227 or 8764119. OLE color: 8764119.

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

Color convert

RGB215186133-
CMYK00.130.380.16
HSL38.78º50.62%68.24%-
HSV(B)38.78º38.14%84.31%-
XYZ49.8251.2629.46-
YUV188.6396.61146.81-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.26%
GREEN value IS 186 (73.05% from 255) = 34.83%
BLUE value IS 133 (52.34% from 255) = 24.91%
R=40.26%
G=34.83%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518613300.130.380.1638.7850.6268.24
HexD7BA850D2610273344
Octal32727220501546204763104
Binary11010111101110101000010101101100110100001001111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BA85; }

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

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

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

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

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

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

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

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