#D5BB7E

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

Shades of Straw #D5BB7E

Tints of Straw #D5BB7E

Color information

#D5BB7E (or 0xD5BB7E) is unknown color: approx Straw. HEX triplet: D5, BB and 7E. RGB value is (213,187,126). Sum of RGB (Red+Green+Blue) = 213+187+126=526 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.49% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 126 (49.61% from 255 or 23.95% from 526); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BB7E is #2A4481. Grayscale: #BCBCBC. Windows color (decimal): -2770050 or 8305621. OLE color: 8305621.

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

Color convert

RGB213187126-
CMYK00.120.410.16
HSL42.07º50.88%66.47%-
HSV(B)42.07º40.85%83.53%-
XYZ48.9851.1927.04-
YUV187.8293.11145.96-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.49%
GREEN value IS 187 (73.44% from 255) = 35.55%
BLUE value IS 126 (49.61% from 255) = 23.95%
R=40.49%
G=35.55%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318712600.120.410.1642.0750.8866.47
HexD5BB7E0C29102a3342
Octal32527317601451205263102
Binary1101010110111011111111001100101001100001010101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BB7E; }

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

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

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

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

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

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

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

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