#D5BE8D

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

Shades of Straw #D5BE8D

Tints of Straw #D5BE8D

Color information

#D5BE8D (or 0xD5BE8D) is unknown color: approx Straw. HEX triplet: D5, BE and 8D. RGB value is (213,190,141). Sum of RGB (Red+Green+Blue) = 213+190+141=544 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.15% from 544); Green value is 190 (74.61% from 255 or 34.93% from 544); Blue value is 141 (55.47% from 255 or 25.92% from 544); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BE8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BE8D is #2A4172. Grayscale: #BFBFBF. Windows color (decimal): -2769267 or 9289429. OLE color: 9289429.

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

Color convert

RGB213190141-
CMYK00.110.340.16
HSL40.83º46.15%69.41%-
HSV(B)40.83º33.8%83.53%-
XYZ50.6652.932.74-
YUV191.2999.62143.48-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.15%
GREEN value IS 190 (74.61% from 255) = 34.93%
BLUE value IS 141 (55.47% from 255) = 25.92%
R=39.15%
G=34.93%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319014100.110.340.1640.8346.1569.41
HexD5BE8D0B2210292e45
Octal32527621501342205156105
Binary11010101101111101000110101011100010100001010011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BE8D; }

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

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

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

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

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

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

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

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