#D3BD87

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

Shades of Straw #D3BD87

Tints of Straw #D3BD87

Color information

#D3BD87 (or 0xD3BD87) is unknown color: approx Straw. HEX triplet: D3, BD and 87. RGB value is (211,189,135). Sum of RGB (Red+Green+Blue) = 211+189+135=535 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.44% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 135 (53.12% from 255 or 25.23% from 535); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BD87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3BD87 is #2C4278. Grayscale: #BDBDBD. Windows color (decimal): -2900601 or 8895955. OLE color: 8895955.

HSL color Cylindrical-coordinate representation of color #D3BD87: hue angle of 42.63º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D3BD87 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB211189135-
CMYK00.100.360.17
HSL42.63º46.34%67.84%-
HSV(B)42.63º36.02%82.75%-
XYZ49.4351.9930.35-
YUV189.4297.29143.39-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.44%
GREEN value IS 189 (74.22% from 255) = 35.33%
BLUE value IS 135 (53.12% from 255) = 25.23%
R=39.44%
G=35.33%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21118913500.100.360.1742.6346.3467.84
HexD3BD870A24112b2e44
Octal32327520701244215356104
Binary11010011101111011000011101010100100100011010111011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3BD87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3BD87; }

 p { color: rgb(211,189,135); }

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

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

 a { background-color: rgb(211,189,135); }

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

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

 span { border-color: rgb(211,189,135); }

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