#D3BA80

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

Shades of Straw #D3BA80

Tints of Straw #D3BA80

Color information

#D3BA80 (or 0xD3BA80) is unknown color: approx Straw. HEX triplet: D3, BA and 80. RGB value is (211,186,128). Sum of RGB (Red+Green+Blue) = 211+186+128=525 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.19% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 128 (50.39% from 255 or 24.38% from 525); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3BA80 is #2C457F. Grayscale: #BBBBBB. Windows color (decimal): -2901376 or 8436435. OLE color: 8436435.

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

Color convert

RGB211186128-
CMYK00.120.390.17
HSL41.93º48.54%66.47%-
HSV(B)41.93º39.34%82.75%-
XYZ48.3250.5327.63-
YUV186.8694.78145.22-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.19%
GREEN value IS 186 (73.05% from 255) = 35.43%
BLUE value IS 128 (50.39% from 255) = 24.38%
R=40.19%
G=35.43%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.39
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21118612800.120.390.1741.9348.5466.47
HexD3BA800C27112a3142
Octal32327220001447215261102
Binary11010011101110101000000001100100111100011010101100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3BA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3BA80; }

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

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

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

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

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

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

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

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