#D8BF7E

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

Shades of Straw #D8BF7E

Tints of Straw #D8BF7E

Color information

#D8BF7E (or 0xD8BF7E) is unknown color: approx Straw. HEX triplet: D8, BF and 7E. RGB value is (216,191,126). Sum of RGB (Red+Green+Blue) = 216+191+126=533 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.53% from 533); Green value is 191 (75% from 255 or 35.83% from 533); Blue value is 126 (49.61% from 255 or 23.64% from 533); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BF7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BF7E is #274081. Grayscale: #BFBFBF. Windows color (decimal): -2572418 or 8306648. OLE color: 8306648.

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

Color convert

RGB216191126-
CMYK00.120.420.15
HSL43.33º53.57%67.06%-
HSV(B)43.33º41.67%84.71%-
XYZ50.7253.3727.37-
YUV191.0691.28145.79-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.53%
GREEN value IS 191 (75% from 255) = 35.83%
BLUE value IS 126 (49.61% from 255) = 23.64%
R=40.53%
G=35.83%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619112600.120.420.1543.3353.5767.06
HexD8BF7E0C2AF2b3643
Octal33027717601452175366103
Binary110110001011111111111100110010101011111010111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BF7E; }

 p { color: rgb(216,191,126); }

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

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

 a { background-color: rgb(216,191,126); }

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

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

 span { border-color: rgb(216,191,126); }

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