#D7BE8D

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

Shades of Straw #D7BE8D

Tints of Straw #D7BE8D

Color information

#D7BE8D (or 0xD7BE8D) is unknown color: approx Straw. HEX triplet: D7, BE and 8D. RGB value is (215,190,141). Sum of RGB (Red+Green+Blue) = 215+190+141=546 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.38% from 546); Green value is 190 (74.61% from 255 or 34.80% from 546); Blue value is 141 (55.47% from 255 or 25.82% from 546); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BE8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BE8D is #284172. Grayscale: #C0C0C0. Windows color (decimal): -2638195 or 9289431. OLE color: 9289431.

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

Color convert

RGB215190141-
CMYK00.120.340.16
HSL39.73º48.05%69.8%-
HSV(B)39.73º34.42%84.31%-
XYZ51.2553.232.77-
YUV191.8999.28144.48-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.38%
GREEN value IS 190 (74.61% from 255) = 34.80%
BLUE value IS 141 (55.47% from 255) = 25.82%
R=39.38%
G=34.80%
B=25.82%

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
Decimal21519014100.120.340.1639.7348.0569.8
HexD7BE8D0C2210283046
Octal32727621501442205060106
Binary11010111101111101000110101100100010100001010001100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BE8D; }

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

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

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

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

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

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

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

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