#D8BB85

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

Shades of Straw #D8BB85

Tints of Straw #D8BB85

Color information

#D8BB85 (or 0xD8BB85) is unknown color: approx Straw. HEX triplet: D8, BB and 85. RGB value is (216,187,133). Sum of RGB (Red+Green+Blue) = 216+187+133=536 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.30% from 536); Green value is 187 (73.44% from 255 or 34.89% from 536); Blue value is 133 (52.34% from 255 or 24.81% from 536); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BB85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BB85 is #27447A. Grayscale: #BDBDBD. Windows color (decimal): -2573435 or 8764376. OLE color: 8764376.

HSL color Cylindrical-coordinate representation of color #D8BB85: hue angle of 39.04º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D8BB85 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB216187133-
CMYK00.130.380.15
HSL39.04º51.55%68.43%-
HSV(B)39.04º38.43%84.71%-
XYZ50.3251.8329.54-
YUV189.5296.11146.89-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.30%
GREEN value IS 187 (73.44% from 255) = 34.89%
BLUE value IS 133 (52.34% from 255) = 24.81%
R=40.30%
G=34.89%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618713300.130.380.1539.0451.5568.43
HexD8BB850D26F273444
Octal33027320501546174764104
Binary1101100010111011100001010110110011011111001111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BB85; }

 p { color: rgb(216,187,133); }

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

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

 a { background-color: rgb(216,187,133); }

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

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

 span { border-color: rgb(216,187,133); }

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