#D3BA83

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

Shades of Straw #D3BA83

Tints of Straw #D3BA83

Color information

#D3BA83 (or 0xD3BA83) is unknown color: approx Straw. HEX triplet: D3, BA and 83. RGB value is (211,186,131). Sum of RGB (Red+Green+Blue) = 211+186+131=528 (69% of max value = 765). Red value is 211 (82.81% from 255 or 39.96% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 131 (51.56% from 255 or 24.81% from 528); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BA83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3BA83 is #2C457C. Grayscale: #BBBBBB. Windows color (decimal): -2901373 or 8633043. OLE color: 8633043.

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

Color convert

RGB211186131-
CMYK00.120.380.17
HSL41.25º47.62%67.06%-
HSV(B)41.25º37.91%82.75%-
XYZ48.5250.6128.68-
YUV187.296.28144.97-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.96%
GREEN value IS 186 (73.05% from 255) = 35.23%
BLUE value IS 131 (51.56% from 255) = 24.81%
R=39.96%
G=35.23%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21118613100.120.380.1741.2547.6267.06
HexD3BA830C2611293043
Octal32327220301446215160103
Binary11010011101110101000001101100100110100011010011100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3BA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3BA83; }

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

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

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

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

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

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

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

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