#D9BB82

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

Shades of Straw #D9BB82

Tints of Straw #D9BB82

Color information

#D9BB82 (or 0xD9BB82) is unknown color: approx Straw. HEX triplet: D9, BB and 82. RGB value is (217,187,130). Sum of RGB (Red+Green+Blue) = 217+187+130=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 187 (73.44% from 255 or 35.02% from 534); Blue value is 130 (51.17% from 255 or 24.34% from 534); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BB82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BB82 is #26447D. Grayscale: #BDBDBD. Windows color (decimal): -2507902 or 8567769. OLE color: 8567769.

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

Color convert

RGB217187130-
CMYK00.140.400.15
HSL39.31º53.37%68.04%-
HSV(B)39.31º40.09%85.1%-
XYZ50.4151.928.48-
YUV189.4794.44147.63-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.64%
GREEN value IS 187 (73.44% from 255) = 35.02%
BLUE value IS 130 (51.17% from 255) = 24.34%
R=40.64%
G=35.02%
B=24.34%

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
Decimal21718713000.140.400.1539.3153.3768.04
HexD9BB820E28F273544
Octal33127320201650174765104
Binary1101100110111011100000100111010100011111001111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BB82; }

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

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

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

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

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

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

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

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