#D9BC87

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

Shades of Straw #D9BC87

Tints of Straw #D9BC87

Color information

#D9BC87 (or 0xD9BC87) is unknown color: approx Straw. HEX triplet: D9, BC and 87. RGB value is (217,188,135). Sum of RGB (Red+Green+Blue) = 217+188+135=540 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.19% from 540); Green value is 188 (73.83% from 255 or 34.81% from 540); Blue value is 135 (53.12% from 255 or 25% from 540); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BC87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BC87 is #264378. Grayscale: #BEBEBE. Windows color (decimal): -2507641 or 8895705. OLE color: 8895705.

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

Color convert

RGB217188135-
CMYK00.130.380.15
HSL38.78º51.9%69.02%-
HSV(B)38.78º37.79%85.1%-
XYZ50.9752.4730.36-
YUV190.6396.61146.81-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.19%
GREEN value IS 188 (73.83% from 255) = 34.81%
BLUE value IS 135 (53.12% from 255) = 25%
R=40.19%
G=34.81%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718813500.130.380.1538.7851.969.02
HexD9BC870D26F273445
Octal33127420701546174764105
Binary1101100110111100100001110110110011011111001111101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BC87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BC87; }

 p { color: rgb(217,188,135); }

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

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

 a { background-color: rgb(217,188,135); }

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

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

 span { border-color: rgb(217,188,135); }

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