#D8BE7C

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

Shades of Straw #D8BE7C

Tints of Straw #D8BE7C

Color information

#D8BE7C (or 0xD8BE7C) is unknown color: approx Straw. HEX triplet: D8, BE and 7C. RGB value is (216,190,124). Sum of RGB (Red+Green+Blue) = 216+190+124=530 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.75% from 530); Green value is 190 (74.61% from 255 or 35.85% from 530); Blue value is 124 (48.83% from 255 or 23.40% from 530); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BE7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BE7C is #274183. Grayscale: #BEBEBE. Windows color (decimal): -2572676 or 8175320. OLE color: 8175320.

HSL color Cylindrical-coordinate representation of color #D8BE7C: hue angle of 43.04º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D8BE7C is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB216190124-
CMYK00.120.430.15
HSL43.04º54.12%66.67%-
HSV(B)43.04º42.59%84.71%-
XYZ50.3752.8826.62-
YUV190.2590.61146.37-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.75%
GREEN value IS 190 (74.61% from 255) = 35.85%
BLUE value IS 124 (48.83% from 255) = 23.40%
R=40.75%
G=35.85%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619012400.120.430.1543.0454.1266.67
HexD8BE7C0C2BF2b3643
Octal33027617401453175366103
Binary110110001011111011111000110010101111111010111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BE7C; }

 p { color: rgb(216,190,124); }

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

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

 a { background-color: rgb(216,190,124); }

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

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

 span { border-color: rgb(216,190,124); }

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