#D6BA85

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

Shades of Straw #D6BA85

Tints of Straw #D6BA85

Color information

#D6BA85 (or 0xD6BA85) is unknown color: approx Straw. HEX triplet: D6, BA and 85. RGB value is (214,186,133). Sum of RGB (Red+Green+Blue) = 214+186+133=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 133 (52.34% from 255 or 24.95% from 533); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BA85 is #29457A. Grayscale: #BCBCBC. Windows color (decimal): -2704763 or 8764118. OLE color: 8764118.

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

Color convert

RGB214186133-
CMYK00.130.380.16
HSL39.26º49.69%68.04%-
HSV(B)39.26º37.85%83.92%-
XYZ49.5251.1129.44-
YUV188.3396.78146.31-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.15%
GREEN value IS 186 (73.05% from 255) = 34.90%
BLUE value IS 133 (52.34% from 255) = 24.95%
R=40.15%
G=34.90%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418613300.130.380.1639.2649.6968.04
HexD6BA850D2610273244
Octal32627220501546204762104
Binary11010110101110101000010101101100110100001001111100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BA85; }

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

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

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

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

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

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

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

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