#D7BB85

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

Shades of Straw #D7BB85

Tints of Straw #D7BB85

Color information

#D7BB85 (or 0xD7BB85) is unknown color: approx Straw. HEX triplet: D7, BB and 85. RGB value is (215,187,133). Sum of RGB (Red+Green+Blue) = 215+187+133=535 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.19% from 535); Green value is 187 (73.44% from 255 or 34.95% from 535); Blue value is 133 (52.34% from 255 or 24.86% from 535); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BB85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BB85 is #28447A. Grayscale: #BDBDBD. Windows color (decimal): -2638971 or 8764375. OLE color: 8764375.

HSL color Cylindrical-coordinate representation of color #D7BB85: hue angle of 39.51º 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 #D7BB85 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB215187133-
CMYK00.130.380.16
HSL39.51º50.62%68.24%-
HSV(B)39.51º38.14%84.31%-
XYZ50.0351.6829.53-
YUV189.2296.28146.39-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.19%
GREEN value IS 187 (73.44% from 255) = 34.95%
BLUE value IS 133 (52.34% from 255) = 24.86%
R=40.19%
G=34.95%
B=24.86%

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
Decimal21518713300.130.380.1639.5150.6268.24
HexD7BB850D2610283344
Octal32727320501546205063104
Binary11010111101110111000010101101100110100001010001100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BB85; }

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

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

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

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

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

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

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

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