#D7BB7E

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

Shades of Straw #D7BB7E

Tints of Straw #D7BB7E

Color information

#D7BB7E (or 0xD7BB7E) is unknown color: approx Straw. HEX triplet: D7, BB and 7E. RGB value is (215,187,126). Sum of RGB (Red+Green+Blue) = 215+187+126=528 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.72% from 528); Green value is 187 (73.44% from 255 or 35.42% from 528); Blue value is 126 (49.61% from 255 or 23.86% from 528); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7BB7E is #284481. Grayscale: #BCBCBC. Windows color (decimal): -2638978 or 8305623. OLE color: 8305623.

HSL color Cylindrical-coordinate representation of color #D7BB7E: hue angle of 41.12º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D7BB7E is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB215187126-
CMYK00.130.410.16
HSL41.12º52.66%66.86%-
HSV(B)41.12º41.4%84.31%-
XYZ49.5651.4927.07-
YUV188.4292.78146.96-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.72%
GREEN value IS 187 (73.44% from 255) = 35.42%
BLUE value IS 126 (49.61% from 255) = 23.86%
R=40.72%
G=35.42%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518712600.130.410.1641.1252.6666.86
HexD7BB7E0D2910293543
Octal32727317601551205165103
Binary1101011110111011111111001101101001100001010011101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BB7E; }

 p { color: rgb(215,187,126); }

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

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

 a { background-color: rgb(215,187,126); }

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

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

 span { border-color: rgb(215,187,126); }

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