#D7BD8D

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

Shades of Straw #D7BD8D

Tints of Straw #D7BD8D

Color information

#D7BD8D (or 0xD7BD8D) is unknown color: approx Straw. HEX triplet: D7, BD and 8D. RGB value is (215,189,141). Sum of RGB (Red+Green+Blue) = 215+189+141=545 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.45% from 545); Green value is 189 (74.22% from 255 or 34.68% from 545); Blue value is 141 (55.47% from 255 or 25.87% from 545); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BD8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BD8D is #284272. Grayscale: #BFBFBF. Windows color (decimal): -2638451 or 9289175. OLE color: 9289175.

HSL color Cylindrical-coordinate representation of color #D7BD8D: hue angle of 38.92º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D7BD8D is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB215189141-
CMYK00.120.340.16
HSL38.92º48.05%69.8%-
HSV(B)38.92º34.42%84.31%-
XYZ51.0352.7732.69-
YUV191.399.61144.9-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.45%
GREEN value IS 189 (74.22% from 255) = 34.68%
BLUE value IS 141 (55.47% from 255) = 25.87%
R=39.45%
G=34.68%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518914100.120.340.1638.9248.0569.8
HexD7BD8D0C2210273046
Octal32727521501442204760106
Binary11010111101111011000110101100100010100001001111100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BD8D; }

 p { color: rgb(215,189,141); }

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

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

 a { background-color: rgb(215,189,141); }

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

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

 span { border-color: rgb(215,189,141); }

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