#D9BB83

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

Shades of Straw #D9BB83

Tints of Straw #D9BB83

Color information

#D9BB83 (or 0xD9BB83) is unknown color: approx Straw. HEX triplet: D9, BB and 83. RGB value is (217,187,131). Sum of RGB (Red+Green+Blue) = 217+187+131=535 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.56% from 535); Green value is 187 (73.44% from 255 or 34.95% from 535); Blue value is 131 (51.56% from 255 or 24.49% from 535); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BB83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BB83 is #26447C. Grayscale: #BDBDBD. Windows color (decimal): -2507901 or 8633305. OLE color: 8633305.

HSL color Cylindrical-coordinate representation of color #D9BB83: hue angle of 39.07º 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 #D9BB83 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB217187131-
CMYK00.140.400.15
HSL39.07º53.09%68.24%-
HSV(B)39.07º39.63%85.1%-
XYZ50.4851.9328.84-
YUV189.5994.94147.55-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.56%
GREEN value IS 187 (73.44% from 255) = 34.95%
BLUE value IS 131 (51.56% from 255) = 24.49%
R=40.56%
G=34.95%
B=24.49%

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
Decimal21718713100.140.400.1539.0753.0968.24
HexD9BB830E28F273544
Octal33127320301650174765104
Binary1101100110111011100000110111010100011111001111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BB83; }

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

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

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

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

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

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

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

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