#D9BA83

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

Shades of Straw #D9BA83

Tints of Straw #D9BA83

Color information

#D9BA83 (or 0xD9BA83) is unknown color: approx Straw. HEX triplet: D9, BA and 83. RGB value is (217,186,131). Sum of RGB (Red+Green+Blue) = 217+186+131=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 131 (51.56% from 255 or 24.53% from 534); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BA83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BA83 is #26457C. Grayscale: #BDBDBD. Windows color (decimal): -2508157 or 8633049. OLE color: 8633049.

HSL color Cylindrical-coordinate representation of color #D9BA83: hue angle of 38.37º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D9BA83 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB217186131-
CMYK00.140.400.15
HSL38.37º53.09%68.24%-
HSV(B)38.37º39.63%85.1%-
XYZ50.2751.5128.77-
YUV18995.27147.97-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.64%
GREEN value IS 186 (73.05% from 255) = 34.83%
BLUE value IS 131 (51.56% from 255) = 24.53%
R=40.64%
G=34.83%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718613100.140.400.1538.3753.0968.24
HexD9BA830E28F263544
Octal33127220301650174665104
Binary1101100110111010100000110111010100011111001101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BA83; }

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

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

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

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

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

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

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

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