#D8BA85

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

Shades of Straw #D8BA85

Tints of Straw #D8BA85

Color information

#D8BA85 (or 0xD8BA85) is unknown color: approx Straw. HEX triplet: D8, BA and 85. RGB value is (216,186,133). Sum of RGB (Red+Green+Blue) = 216+186+133=535 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.37% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 133 (52.34% from 255 or 24.86% from 535); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BA85 is #27457A. Grayscale: #BDBDBD. Windows color (decimal): -2573691 or 8764120. OLE color: 8764120.

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

Color convert

RGB216186133-
CMYK00.140.380.15
HSL38.31º51.55%68.43%-
HSV(B)38.31º38.43%84.71%-
XYZ50.1151.4129.47-
YUV188.9396.44147.31-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.37%
GREEN value IS 186 (73.05% from 255) = 34.77%
BLUE value IS 133 (52.34% from 255) = 24.86%
R=40.37%
G=34.77%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618613300.140.380.1538.3151.5568.43
HexD8BA850E26F263444
Octal33027220501646174664104
Binary1101100010111010100001010111010011011111001101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BA85; }

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

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

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

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

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

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

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

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