#D0BA85

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

Shades of Straw #D0BA85

Tints of Straw #D0BA85

Color information

#D0BA85 (or 0xD0BA85) is unknown color: approx Straw. HEX triplet: D0, BA and 85. RGB value is (208,186,133). Sum of RGB (Red+Green+Blue) = 208+186+133=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 133 (52.34% from 255 or 25.24% from 527); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BA85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BA85 is #2F457A. Grayscale: #BABABA. Windows color (decimal): -3097979 or 8764112. OLE color: 8764112.

HSL color Cylindrical-coordinate representation of color #D0BA85: hue angle of 42.4º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D0BA85 is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB208186133-
CMYK00.110.360.18
HSL42.4º44.38%66.86%-
HSV(B)42.4º36.06%81.57%-
XYZ47.850.2229.36-
YUV186.5497.79143.31-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.47%
GREEN value IS 186 (73.05% from 255) = 35.29%
BLUE value IS 133 (52.34% from 255) = 25.24%
R=39.47%
G=35.29%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818613300.110.360.1842.444.3866.86
HexD0BA850B24122a2c43
Octal32027220501344225254103
Binary11010000101110101000010101011100100100101010101011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BA85; }

 p { color: rgb(208,186,133); }

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

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

 a { background-color: rgb(208,186,133); }

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

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

 span { border-color: rgb(208,186,133); }

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