#D3BA7B

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

Shades of Straw #D3BA7B

Tints of Straw #D3BA7B

Color information

#D3BA7B (or 0xD3BA7B) is unknown color: approx Straw. HEX triplet: D3, BA and 7B. RGB value is (211,186,123). Sum of RGB (Red+Green+Blue) = 211+186+123=520 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.58% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 123 (48.44% from 255 or 23.65% from 520); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BA7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3BA7B is #2C4584. Grayscale: #BABABA. Windows color (decimal): -2901381 or 8108755. OLE color: 8108755.

HSL color Cylindrical-coordinate representation of color #D3BA7B: hue angle of 42.95º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D3BA7B is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB211186123-
CMYK00.120.420.17
HSL42.95º50%65.49%-
HSV(B)42.95º41.71%82.75%-
XYZ4850.425.94-
YUV186.2992.28145.62-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.58%
GREEN value IS 186 (73.05% from 255) = 35.77%
BLUE value IS 123 (48.44% from 255) = 23.65%
R=40.58%
G=35.77%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21118612300.120.420.1742.955065.49
HexD3BA7B0C2A112b3241
Octal32327217301452215362101
Binary1101001110111010111101101100101010100011010111100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3BA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3BA7B; }

 p { color: rgb(211,186,123); }

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

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

 a { background-color: rgb(211,186,123); }

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

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

 span { border-color: rgb(211,186,123); }

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